17 lines
304 B
Plaintext
17 lines
304 B
Plaintext
import MixinMetaTags from '@src/mixins/mixin-metatags'
|
|
import { tools } from '@src/store/Modules/tools'
|
|
|
|
|
|
MixinMetaTags
|
|
|
|
public meta() {
|
|
return tools.metafunc(this)
|
|
}
|
|
|
|
|
|
<span>{{ setmeta({
|
|
title: "",
|
|
description: "",
|
|
keywords: "" } ) }}
|
|
</span>
|