mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-18 12:40:34 +03:00
refactor: small improvements (mainly tests)
This commit is contained in:
committed by
Alexander Lichter
parent
5ad671169b
commit
f490a48b99
@@ -0,0 +1,17 @@
|
||||
import {
|
||||
keyName,
|
||||
attribute,
|
||||
ssrAttribute,
|
||||
tagIDKeyName,
|
||||
metaTemplateKeyName,
|
||||
contentKeyName
|
||||
} from '../../src/shared/constants'
|
||||
|
||||
export const defaultOptions = {
|
||||
keyName,
|
||||
attribute,
|
||||
ssrAttribute,
|
||||
tagIDKeyName,
|
||||
metaTemplateKeyName,
|
||||
contentKeyName
|
||||
}
|
||||
Reference in New Issue
Block a user