mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
correction sangdragon + ajout de template dans la création de monstre
This commit is contained in:
parent
12ae56c245
commit
1a2ab10017
3 changed files with 4 additions and 6 deletions
|
|
@ -4,8 +4,6 @@ import 'vuetify/dist/vuetify.min.css'
|
|||
import '@mdi/font/css/materialdesignicons.css'
|
||||
import Vuetify from 'vuetify'
|
||||
import fr from 'vuetify/es5/locale/fr'
|
||||
import VueMasonry from 'vue-masonry-css'
|
||||
|
||||
import colors from 'vuetify/es5/util/colors'
|
||||
|
||||
// Stockage des donneés utilisateur dans le navigateur
|
||||
|
|
@ -27,7 +25,6 @@ export default ({
|
|||
}) => {
|
||||
require('./styles/main.scss')
|
||||
Vue.use(Vuex)
|
||||
Vue.use(VueMasonry)
|
||||
Vue.mixin({
|
||||
store: store
|
||||
})
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ export default {
|
|||
pid: 'monster',
|
||||
key: null,
|
||||
title: '',
|
||||
content: '',
|
||||
content: `## Capacités\n_**Capacité**_. Description de la capacité.\n\n## Actions\n_**Action**_. Description de l'action.`,
|
||||
frontmatter: {
|
||||
type: '',
|
||||
subtype: '',
|
||||
|
|
@ -403,7 +403,7 @@ export default {
|
|||
pid: 'monster',
|
||||
key: Math.random().toString(36).substr(2, 9),
|
||||
title: '',
|
||||
content: '',
|
||||
content: `## Capacités\n_**Capacité**_. Description de la capacité.\n\n## Actions\n_**Action**_. Description de l'action.`,
|
||||
frontmatter: {
|
||||
type: '',
|
||||
subtype: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue