Chen Shu

Results 4 comments of Chen Shu

create a hook object on your view model ``` { hooks: { doSomething(){ console.log("do something) } } } ``` assign the hooks object in your component markup ``` ```

The Krpano player is a Panorama viewer which is widely used in the industry. You can find more details at [https://krpano.com/](https://krpano.com/) It is a commercial software that you have to...

I was trying to put the krpano engine into the webpack bundle, however, it arose some unexpected exceptions. krpano seems has some trouble in conjunction with the module system. I...

There could be multiple instances of Krpano viewer on a single web page so that I put some arbitrary suffix. vue-krpano is designed to take over the responsibility of creating...