Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用vue2开发多端小程序,现在写了一个登录授权的按钮组件,在页面上引用这个组件的时候按官方的教程来写的,引入的是组件不带端类型,可没有效果,但如果页面这么写,是可以的。是不是哪里少了什么配置?求大佬解答!
登录授权的按钮组件:
页面引入组件
官方示例(官方文档-多端组件)