mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-27 08:44:05 +03:00
18 lines
272 B
JavaScript
18 lines
272 B
JavaScript
import {
|
|
keyName,
|
|
attribute,
|
|
ssrAttribute,
|
|
tagIDKeyName,
|
|
metaTemplateKeyName,
|
|
contentKeyName
|
|
} from '../../src/shared/constants'
|
|
|
|
export const defaultOptions = {
|
|
keyName,
|
|
attribute,
|
|
ssrAttribute,
|
|
tagIDKeyName,
|
|
metaTemplateKeyName,
|
|
contentKeyName
|
|
}
|