Results 103 comments of mirari

I have the same need, for example 123456 is shown as 12.34万元. The `separator` prop seems to be of little use

可以自己封装一个,直接绑定value即可,其他配置项均继承,参考代码: ```vue import VueCountTo from 'vue-count-to' export default { name: 'CountTo', inheritAttrs: false, components: { VueCountTo, }, props: { value: { type: Number, default: 0, }, }, data () {...

非常感谢,Bearer加空格,然后清缓存,问题解决了

I can't reproduce this problem. Try to paste your code on the online example? https://codepen.io/mirari/pen/WJQqqR

I have never used Laravel Nova. Maybe you need to debug the plugin installation process. Check `Vue.prototype` before and after `Vue.use(Fullscreen)`, see if there is a value `Vue.prototype.$fullscreen`

> Why not log the value of this.$refs['fullscreen'] and see what is wrong? > I encountered the same problem in my vue project, the difference between our codes is that...

物理返回键的行为是浏览器控制的,需要从容器上解决

Try to excute `Vue.use(fullscreen)` after the client is loaded. I'll try to make a code change to support SSR later.

I tried to run it on Nuxt, and there was no problem. I think you should import the file in the `dist` directory. ``` import Vue from 'vue' import Fullscreen...

I'm sorry for not responding for so long. Try to use the fullscreen API directly, if that's still the case, the only thing we can do is to expect chrome...