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

added an apostrophe. #97

Merged
merged 3 commits into from
Sep 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/app/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from 'nativescript-vue'
import App from './components/App'
import './styles.scss
import './styles.scss'
{{#devtools}}import VueDevtools from 'nativescript-vue-devtools'

if(TNS_ENV !== 'production') {
Expand Down