MinatoHikari
MinatoHikari
已解决 写给遇到一样问题的人: 在 webpack 配置中设置 vue 的 runtime-compiler ```javascript resolve: { alias: { vue$: 'vue/dist/vue.esm.js', }, }, ```
> 我也有这个问题但是加上这个没有解决 > > > 已解决 写给遇到一样问题的人: 在 webpack 配置中设置 vue 的 runtime-compiler > > ```js > > resolve: { > > alias: { > > vue$: 'vue/dist/vue.esm.js', > >...
> I have the same trouble... try the config above I post.
> 你好,请问vite下怎么配置 https://github.com/ElemeFE/element/issues/21968
> 或许就不需要 vue-template-compiler了 引文:https://blog.vuejs.org/posts/vue-2-7-naruto.html#upgrade-guide > > **You can also remove vue-template-compiler from the dependencies - it is no longer needed in 2.7.** 一般有其他库会要用,删了会有问题
请问问题解决了吗?遇到一样的问题了,不过我是history路由
> Do you mean you'll commit a PR to fix this? Any update here?
> Thank you for your reporting! > > Ah… I’ve forgot for the case where the message functions were directly in the locale 😅 I'll fix this issue. hello, ite...
t is a function which returns a string. It will be called when you declaring the ref, not in render function of component. That's mean, ``` const msg = ref({...