Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit c03e630

Browse files
DevPlus31rigor789
authored andcommitted
fix: typo in stylesheet import (#97)
* register RadSideDrawer to Vue * added an apostrophe at the end of the import line
1 parent 324f801 commit c03e630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: template/app/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Vue from 'nativescript-vue'
22
import App from './components/App'
3-
import './styles.scss
3+
import './styles.scss'
44
{{#devtools}}import VueDevtools from 'nativescript-vue-devtools'
55

66
if(TNS_ENV !== 'production') {

0 commit comments

Comments
 (0)