【发布时间】:2018-11-13 07:24:56
【问题描述】:
我正在尝试获取以下代码库:
https://github.com/andreliem/vue-nativescript-getting-started
在 NativeScript Playground 中工作。
到目前为止,我有:
https://play.nativescript.org/?template=play-vue&id=TTgcmi&v=18
但 .scss 文件中的以下行:
@import '~nativescript-theme-core/scss/skins/light/index';
正在生成错误“无效字符:@”
如何解决这个错误?
【问题讨论】:
-
您在哪里看到无效字符错误?在 Playground / Preview 应用程序中?另外 Vue 路由器它完全是实验性的,所以目前推荐使用手动路由器。
标签: vue.js nativescript