Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
karname-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reza Sahebgharan
karname-ui
Commits
cd22036a
Commit
cd22036a
authored
Sep 02, 2019
by
Reza Sahebgharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change mainjs
parent
af6e9a71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
main.js
client/main.js
+14
-11
No files found.
client/main.js
View file @
cd22036a
...
@@ -8,10 +8,12 @@ Vue.use(VueMeteorTracker);
...
@@ -8,10 +8,12 @@ Vue.use(VueMeteorTracker);
import
VueRouter
from
'vue-router'
;
import
VueRouter
from
'vue-router'
;
Vue
.
use
(
VueRouter
);
Vue
.
use
(
VueRouter
);
import
routes
from
'./plugins/routes'
;
let
a
=
0
;
import
routes
from
'./plugins/routes'
;
const
router
=
new
VueRouter
({
const
router
=
new
VueRouter
({
mode
:
'history'
,
mode
:
'history'
,
routes
routes
});
});
import
{
store
}
from
'./store/store'
;
import
{
store
}
from
'./store/store'
;
...
@@ -19,12 +21,12 @@ import { store } from './store/store';
...
@@ -19,12 +21,12 @@ import { store } from './store/store';
import
i18n
from
'./plugins/i18n'
;
import
i18n
from
'./plugins/i18n'
;
Meteor
.
startup
(()
=>
{
Meteor
.
startup
(()
=>
{
new
Vue
({
new
Vue
({
i18n
,
i18n
,
router
,
router
,
vuetify
,
vuetify
,
store
,
store
,
el
:
"#app"
,
el
:
"#app"
,
render
:
h
=>
h
(
App
)
render
:
h
=>
h
(
App
)
});
});
});
});
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment