diff --git a/docs/en/api.html b/docs/en/api.html index bfc44a980..13af7675a 100644 --- a/docs/en/api.html +++ b/docs/en/api.html @@ -918,7 +918,7 @@
Type: I18nOptions
Component based localization option.
+Component based localization option.
See also: VueI18n
class constructor options
Return: DateTimeFormatResult
Localize the datetime of value
with datetime format of key
. The datetime format of key
need to register to dateTimeFormats
option of VueI18n
class, and depend on locale
option of VueI18n
constructor. If you will specify locale
argument, Localized in preferentially it than locale
option of VueI18n
constructor.
Localize the datetime of value
with datetime format of key
. The datetime format of key
need to register to dateTimeFormats
option of VueI18n
class, and depend on locale
option of VueI18n
constructor. If you will specify locale
argument, it will have priority over locale
option of VueI18n
constructor.
If the datetime format of key
not exist in dateTimeFormats
option, fallback to depened on fallbackLocale
option of VueI18n
constructor.
{number} value
: required{Path | Object} key
: optional{Locale | Object} locale
: optional{Locale} locale
: optionalReturn: NumberFormatResult
Localize the number of value
with number format of key
. The number format of key
need to register to numberFormats
option of VueI18n
class, and depend on locale
option of VueI18n
constructor. If you will specify locale
argument, Localized in preferentially it than locale
option of VueI18n
constructor.
Localize the number of value
with number format of key
. The number format of key
need to register to numberFormats
option of VueI18n
class, and depend on locale
option of VueI18n
constructor. If you will specify locale
argument, it will have priority over locale
option of VueI18n
constructor.
If the number format of key
not exist in numberFormats
option, fallback to depened on fallbackLocale
option of VueI18n
constructor.
If the second key
argument specified as an object, it should have the following properties:
key {Path}
: optional, number formatlocale {Locale}
: optional, localestyle {string}
: optional, number format optioncurrency {string}
: optional, number format optioncurrencyDisplay {string}
: optional, number format optionuseGrouping {string}
: optional, number format optionminimumIntegerDigits {string}
: optional, number format optionminimumFractionDigits {string}
: optional, number format optionmaximumFractionDigits {string}
: optional, number format optionminimumSignificantDigits {string}
: optional, number format optionmaximumSignificantDigits {string}
: optional, number format optionlocaleMatcher {string}
: optional, number format optionformatMatcher {string}
: optional, number format optionAny specified number format options will have priority over numberFormats
of VueI18n
constructor.
{number} value
: required{Path | Object} key
: optional{Locale | Object} locale
: optional{Locale} locale
: optionalReturn: NumberFormatResult
Examples:
-<!-- string syntax: literal -->
+<!-- string syntax: literal -->
<p v-t="'foo.bar'"></p>
-<!-- string syntax: binding via data or computed props -->
+<!-- string syntax: binding via data or computed props -->
<p v-t="msg"></p>
<!-- object syntax: literal -->
@@ -1535,7 +1552,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"API references","level":"1.19","depth":1,"next":{"title":"Extension of Vue","level":"1.19.1","depth":2,"anchor":"#extension-of-vue","path":"api.md","ref":"api.md#extension-of-vue","articles":[{"title":"Vue constructor options","level":"1.19.1.1","depth":3,"anchor":"#vue-constructor-options","path":"api.md","ref":"api.md#vue-constructor-options","articles":[]},{"title":"Vue injected methods","level":"1.19.1.2","depth":3,"anchor":"#vue-injected-methods","path":"api.md","ref":"api.md#vue-injected-methods","articles":[]},{"title":"Injected properties","level":"1.19.1.3","depth":3,"anchor":"#injected-properties","path":"api.md","ref":"api.md#injected-properties","articles":[]}]},"previous":{"title":"Features","level":"1.18.5","depth":2,"anchor":"#features","path":"migrations.md","ref":"migrations.md#features","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"api.md","mtime":"2018-01-25T09:10:16.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"API references","level":"1.19","depth":1,"next":{"title":"Extension of Vue","level":"1.19.1","depth":2,"anchor":"#extension-of-vue","path":"api.md","ref":"api.md#extension-of-vue","articles":[{"title":"Vue constructor options","level":"1.19.1.1","depth":3,"anchor":"#vue-constructor-options","path":"api.md","ref":"api.md#vue-constructor-options","articles":[]},{"title":"Vue injected methods","level":"1.19.1.2","depth":3,"anchor":"#vue-injected-methods","path":"api.md","ref":"api.md#vue-injected-methods","articles":[]},{"title":"Injected properties","level":"1.19.1.3","depth":3,"anchor":"#injected-properties","path":"api.md","ref":"api.md#injected-properties","articles":[]}]},"previous":{"title":"Features","level":"1.18.5","depth":2,"anchor":"#features","path":"migrations.md","ref":"migrations.md#features","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"api.md","mtime":"2018-03-11T04:16:36.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/component.html b/docs/en/component.html
index 8e0302c85..ace8344e0 100644
--- a/docs/en/component.html
+++ b/docs/en/component.html
@@ -1017,7 +1017,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Component based localization","level":"1.12","depth":1,"next":{"title":"Custom directive localization","level":"1.13","depth":1,"path":"directive.md","ref":"directive.md","articles":[{"title":"String Syntax","level":"1.13.1","depth":2,"anchor":"#string-syntax","path":"directive.md","ref":"directive.md#string-syntax","articles":[]},{"title":"Object Syntax","level":"1.13.2","depth":2,"anchor":"#object-syntax","path":"directive.md","ref":"directive.md#object-syntax","articles":[]},{"title":"$t vs v-t","level":"1.13.3","depth":2,"anchor":"#t-vs-v-t","path":"directive.md","ref":"directive.md#t-vs-v-t","articles":[]}]},"previous":{"title":"Fallback localization","level":"1.11","depth":1,"path":"fallback.md","ref":"fallback.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"component.md","mtime":"2017-10-19T02:23:23.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Component based localization","level":"1.12","depth":1,"next":{"title":"Custom directive localization","level":"1.13","depth":1,"path":"directive.md","ref":"directive.md","articles":[{"title":"String Syntax","level":"1.13.1","depth":2,"anchor":"#string-syntax","path":"directive.md","ref":"directive.md#string-syntax","articles":[]},{"title":"Object Syntax","level":"1.13.2","depth":2,"anchor":"#object-syntax","path":"directive.md","ref":"directive.md#object-syntax","articles":[]},{"title":"$t vs v-t","level":"1.13.3","depth":2,"anchor":"#t-vs-v-t","path":"directive.md","ref":"directive.md#t-vs-v-t","articles":[]}]},"previous":{"title":"Fallback localization","level":"1.11","depth":1,"path":"fallback.md","ref":"fallback.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"component.md","mtime":"2017-10-19T02:23:23.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/datetime.html b/docs/en/datetime.html
index e945df0f7..11c56712e 100644
--- a/docs/en/datetime.html
+++ b/docs/en/datetime.html
@@ -1004,7 +1004,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"DateTime localization","level":"1.8","depth":1,"next":{"title":"Number localization","level":"1.9","depth":1,"path":"number.md","ref":"number.md","articles":[]},"previous":{"title":"Pluralization","level":"1.7","depth":1,"path":"pluralization.md","ref":"pluralization.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"datetime.md","mtime":"2017-07-01T01:53:09.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"DateTime localization","level":"1.8","depth":1,"next":{"title":"Number localization","level":"1.9","depth":1,"path":"number.md","ref":"number.md","articles":[]},"previous":{"title":"Pluralization","level":"1.7","depth":1,"path":"pluralization.md","ref":"pluralization.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"datetime.md","mtime":"2017-07-01T01:53:09.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/directive.html b/docs/en/directive.html
index 208d3ce67..dad25ecd1 100644
--- a/docs/en/directive.html
+++ b/docs/en/directive.html
@@ -986,7 +986,7 @@ Cons
v-t
v-t
is a custom directive. It has the following pros and cons:
Pros
-v-t
has better performance than the $t
method due to its cache with the custom directive, when translated once. Also, pre-translation is possible with the Vue compiler module which was provided by vue-i18n-extentions
. Therefore it's possible to make more performance optimizations.
+v-t
has better performance than the $t
method due to its cache with the custom directive, when translated once. Also, pre-translation is possible with the Vue compiler module which was provided by vue-i18n-extensions
. Therefore it's possible to make more performance optimizations.
Cons
v-t
can not be flexibly used like $t
, it's rather complex. The translated content with v-t
is inserted into the textContent
of the element. Also, when you use server-side rendering, you need to set the custom directive to directives
option of the createRenderer
function.
@@ -1032,7 +1032,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Custom directive localization","level":"1.13","depth":1,"next":{"title":"String Syntax","level":"1.13.1","depth":2,"anchor":"#string-syntax","path":"directive.md","ref":"directive.md#string-syntax","articles":[]},"previous":{"title":"Component based localization","level":"1.12","depth":1,"path":"component.md","ref":"component.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"directive.md","mtime":"2017-10-19T02:23:23.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Custom directive localization","level":"1.13","depth":1,"next":{"title":"String Syntax","level":"1.13.1","depth":2,"anchor":"#string-syntax","path":"directive.md","ref":"directive.md#string-syntax","articles":[]},"previous":{"title":"Component based localization","level":"1.12","depth":1,"path":"component.md","ref":"component.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"directive.md","mtime":"2018-03-11T04:16:36.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/fallback.html b/docs/en/fallback.html
index e3f450b5c..024345add 100644
--- a/docs/en/fallback.html
+++ b/docs/en/fallback.html
@@ -978,7 +978,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Fallback localization","level":"1.11","depth":1,"next":{"title":"Component based localization","level":"1.12","depth":1,"path":"component.md","ref":"component.md","articles":[]},"previous":{"title":"Linked locale messages","level":"1.10.2","depth":2,"anchor":"#linked-locale-messages","path":"messages.md","ref":"messages.md#linked-locale-messages","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"fallback.md","mtime":"2017-05-29T14:28:12.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Fallback localization","level":"1.11","depth":1,"next":{"title":"Component based localization","level":"1.12","depth":1,"path":"component.md","ref":"component.md","articles":[]},"previous":{"title":"Linked locale messages","level":"1.10.2","depth":2,"anchor":"#linked-locale-messages","path":"messages.md","ref":"messages.md#linked-locale-messages","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"fallback.md","mtime":"2017-05-29T14:28:12.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/formatting.html b/docs/en/formatting.html
index 6d2291ee7..0dd5b172b 100644
--- a/docs/en/formatting.html
+++ b/docs/en/formatting.html
@@ -1094,7 +1094,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Formatting","level":"1.6","depth":1,"next":{"title":"HTML formatting","level":"1.6.1","depth":2,"anchor":"#html-formatting","path":"formatting.md","ref":"formatting.md#html-formatting","articles":[]},"previous":{"title":"Getting started","level":"1.5","depth":1,"path":"started.md","ref":"started.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"formatting.md","mtime":"2017-08-28T08:41:59.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Formatting","level":"1.6","depth":1,"next":{"title":"HTML formatting","level":"1.6.1","depth":2,"anchor":"#html-formatting","path":"formatting.md","ref":"formatting.md#html-formatting","articles":[]},"previous":{"title":"Getting started","level":"1.5","depth":1,"path":"started.md","ref":"started.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"formatting.md","mtime":"2017-08-28T08:41:59.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/hot-reload.html b/docs/en/hot-reload.html
index 32f3437e5..28213e608 100644
--- a/docs/en/hot-reload.html
+++ b/docs/en/hot-reload.html
@@ -985,7 +985,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Hot reloading","level":"1.16","depth":1,"next":{"title":"Lazy loading","level":"1.17","depth":1,"path":"lazy-loading.md","ref":"lazy-loading.md","articles":[]},"previous":{"title":"Multiple custom blocks","level":"1.15.3","depth":2,"anchor":"#multiple-custom-blocks","path":"sfc.md","ref":"sfc.md#multiple-custom-blocks","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"hot-reload.md","mtime":"2017-05-29T14:28:12.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Hot reloading","level":"1.16","depth":1,"next":{"title":"Lazy loading","level":"1.17","depth":1,"path":"lazy-loading.md","ref":"lazy-loading.md","articles":[]},"previous":{"title":"Multiple custom blocks","level":"1.15.3","depth":2,"anchor":"#multiple-custom-blocks","path":"sfc.md","ref":"sfc.md#multiple-custom-blocks","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"hot-reload.md","mtime":"2017-05-29T14:28:12.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/index.html b/docs/en/index.html
index 6b26669a3..80c23ad17 100644
--- a/docs/en/index.html
+++ b/docs/en/index.html
@@ -1027,7 +1027,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Looking for 5.x Docs?","level":"1.2","depth":1,"url":"https://kazupon.github.io/vue-i18n/old/","ref":"https://kazupon.github.io/vue-i18n/old/","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2017-11-15T15:40:56.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Looking for 5.x Docs?","level":"1.2","depth":1,"url":"https://kazupon.github.io/vue-i18n/old/","ref":"https://kazupon.github.io/vue-i18n/old/","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2017-11-15T15:40:56.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/installation.html b/docs/en/installation.html
index 2fe2e0874..6675e273f 100644
--- a/docs/en/installation.html
+++ b/docs/en/installation.html
@@ -917,7 +917,7 @@ Compatibility Note
Direct Download / CDN
https://unpkg.com/vue-i18n/dist/vue-i18n
-unpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.4.2/dist/vue-i18n.js
+unpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.5.0/dist/vue-i18n.js
Include vue-i18n after Vue and it will install itself automatically:
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/vue-i18n/dist/vue-i18n.js"></script>
@@ -979,7 +979,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Installation","level":"1.4","depth":1,"next":{"title":"Getting started","level":"1.5","depth":1,"path":"started.md","ref":"started.md","articles":[]},"previous":{"title":"Release Notes","level":"1.3","depth":1,"url":"https://github.com/kazupon/vue-i18n/releases","ref":"https://github.com/kazupon/vue-i18n/releases","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"installation.md","mtime":"2018-03-02T14:51:54.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Installation","level":"1.4","depth":1,"next":{"title":"Getting started","level":"1.5","depth":1,"path":"started.md","ref":"started.md","articles":[]},"previous":{"title":"Release Notes","level":"1.3","depth":1,"url":"https://github.com/kazupon/vue-i18n/releases","ref":"https://github.com/kazupon/vue-i18n/releases","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"installation.md","mtime":"2018-03-11T04:17:11.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/interpolation.html b/docs/en/interpolation.html
index cd571b50a..9c45eebc5 100644
--- a/docs/en/interpolation.html
+++ b/docs/en/interpolation.html
@@ -1088,7 +1088,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Component interpolation","level":"1.14","depth":1,"next":{"title":"Basic Usage","level":"1.14.1","depth":2,"anchor":"#basic-usage","path":"interpolation.md","ref":"interpolation.md#basic-usage","articles":[]},"previous":{"title":"$t vs v-t","level":"1.13.3","depth":2,"anchor":"#t-vs-v-t","path":"directive.md","ref":"directive.md#t-vs-v-t","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"interpolation.md","mtime":"2017-09-22T15:11:15.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Component interpolation","level":"1.14","depth":1,"next":{"title":"Basic Usage","level":"1.14.1","depth":2,"anchor":"#basic-usage","path":"interpolation.md","ref":"interpolation.md#basic-usage","articles":[]},"previous":{"title":"$t vs v-t","level":"1.13.3","depth":2,"anchor":"#t-vs-v-t","path":"directive.md","ref":"directive.md#t-vs-v-t","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"interpolation.md","mtime":"2017-09-22T15:11:15.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/lazy-loading.html b/docs/en/lazy-loading.html
index b7610b4d0..d98324476 100644
--- a/docs/en/lazy-loading.html
+++ b/docs/en/lazy-loading.html
@@ -1018,7 +1018,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Lazy loading","level":"1.17","depth":1,"next":{"title":"Migrations","level":"1.18","depth":1,"path":"migrations.md","ref":"migrations.md","articles":[{"title":"Global config","level":"1.18.1","depth":2,"anchor":"#global-config","path":"migrations.md","ref":"migrations.md#global-config","articles":[]},{"title":"Global methods","level":"1.18.2","depth":2,"anchor":"#global-methods","path":"migrations.md","ref":"migrations.md#global-methods","articles":[]},{"title":"Constructor options","level":"1.18.3","depth":2,"anchor":"#constructor-options","path":"migrations.md","ref":"migrations.md#constructor-options","articles":[]},{"title":"Instance properties","level":"1.18.4","depth":2,"anchor":"#instance-properties","path":"migrations.md","ref":"migrations.md#instance-properties","articles":[]},{"title":"Features","level":"1.18.5","depth":2,"anchor":"#features","path":"migrations.md","ref":"migrations.md#features","articles":[]}]},"previous":{"title":"Hot reloading","level":"1.16","depth":1,"path":"hot-reload.md","ref":"hot-reload.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"lazy-loading.md","mtime":"2018-01-08T16:04:19.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Lazy loading","level":"1.17","depth":1,"next":{"title":"Migrations","level":"1.18","depth":1,"path":"migrations.md","ref":"migrations.md","articles":[{"title":"Global config","level":"1.18.1","depth":2,"anchor":"#global-config","path":"migrations.md","ref":"migrations.md#global-config","articles":[]},{"title":"Global methods","level":"1.18.2","depth":2,"anchor":"#global-methods","path":"migrations.md","ref":"migrations.md#global-methods","articles":[]},{"title":"Constructor options","level":"1.18.3","depth":2,"anchor":"#constructor-options","path":"migrations.md","ref":"migrations.md#constructor-options","articles":[]},{"title":"Instance properties","level":"1.18.4","depth":2,"anchor":"#instance-properties","path":"migrations.md","ref":"migrations.md#instance-properties","articles":[]},{"title":"Features","level":"1.18.5","depth":2,"anchor":"#features","path":"migrations.md","ref":"migrations.md#features","articles":[]}]},"previous":{"title":"Hot reloading","level":"1.16","depth":1,"path":"hot-reload.md","ref":"hot-reload.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"lazy-loading.md","mtime":"2018-01-08T16:04:19.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/messages.html b/docs/en/messages.html
index 234aeaeec..5e37d1add 100644
--- a/docs/en/messages.html
+++ b/docs/en/messages.html
@@ -1035,7 +1035,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Locale messages syntax","level":"1.10","depth":1,"next":{"title":"Structure","level":"1.10.1","depth":2,"anchor":"#structure","path":"messages.md","ref":"messages.md#structure","articles":[]},"previous":{"title":"Number localization","level":"1.9","depth":1,"path":"number.md","ref":"number.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"messages.md","mtime":"2018-02-01T04:02:47.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Locale messages syntax","level":"1.10","depth":1,"next":{"title":"Structure","level":"1.10.1","depth":2,"anchor":"#structure","path":"messages.md","ref":"messages.md#structure","articles":[]},"previous":{"title":"Number localization","level":"1.9","depth":1,"path":"number.md","ref":"number.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"messages.md","mtime":"2018-02-01T04:02:47.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/migrations.html b/docs/en/migrations.html
index f405cb823..267e30a51 100644
--- a/docs/en/migrations.html
+++ b/docs/en/migrations.html
@@ -1189,7 +1189,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Migrations","level":"1.18","depth":1,"next":{"title":"Global config","level":"1.18.1","depth":2,"anchor":"#global-config","path":"migrations.md","ref":"migrations.md#global-config","articles":[]},"previous":{"title":"Lazy loading","level":"1.17","depth":1,"path":"lazy-loading.md","ref":"lazy-loading.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"migrations.md","mtime":"2017-05-29T14:28:12.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Migrations","level":"1.18","depth":1,"next":{"title":"Global config","level":"1.18.1","depth":2,"anchor":"#global-config","path":"migrations.md","ref":"migrations.md#global-config","articles":[]},"previous":{"title":"Lazy loading","level":"1.17","depth":1,"path":"lazy-loading.md","ref":"lazy-loading.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"migrations.md","mtime":"2017-05-29T14:28:12.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/number.html b/docs/en/number.html
index 60713bc30..3a59d1391 100644
--- a/docs/en/number.html
+++ b/docs/en/number.html
@@ -996,7 +996,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Number localization","level":"1.9","depth":1,"next":{"title":"Locale messages syntax","level":"1.10","depth":1,"path":"messages.md","ref":"messages.md","articles":[{"title":"Structure","level":"1.10.1","depth":2,"anchor":"#structure","path":"messages.md","ref":"messages.md#structure","articles":[]},{"title":"Linked locale messages","level":"1.10.2","depth":2,"anchor":"#linked-locale-messages","path":"messages.md","ref":"messages.md#linked-locale-messages","articles":[]}]},"previous":{"title":"DateTime localization","level":"1.8","depth":1,"path":"datetime.md","ref":"datetime.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"number.md","mtime":"2017-07-01T01:53:09.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Number localization","level":"1.9","depth":1,"next":{"title":"Locale messages syntax","level":"1.10","depth":1,"path":"messages.md","ref":"messages.md","articles":[{"title":"Structure","level":"1.10.1","depth":2,"anchor":"#structure","path":"messages.md","ref":"messages.md#structure","articles":[]},{"title":"Linked locale messages","level":"1.10.2","depth":2,"anchor":"#linked-locale-messages","path":"messages.md","ref":"messages.md#linked-locale-messages","articles":[]}]},"previous":{"title":"DateTime localization","level":"1.8","depth":1,"path":"datetime.md","ref":"datetime.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"number.md","mtime":"2017-07-01T01:53:09.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/pluralization.html b/docs/en/pluralization.html
index a083be336..20aefba7a 100644
--- a/docs/en/pluralization.html
+++ b/docs/en/pluralization.html
@@ -981,7 +981,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Pluralization","level":"1.7","depth":1,"next":{"title":"DateTime localization","level":"1.8","depth":1,"path":"datetime.md","ref":"datetime.md","articles":[]},"previous":{"title":"Custom formatting","level":"1.6.5","depth":2,"anchor":"#custom-formatting","path":"formatting.md","ref":"formatting.md#custom-formatting","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"pluralization.md","mtime":"2017-08-25T17:25:55.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Pluralization","level":"1.7","depth":1,"next":{"title":"DateTime localization","level":"1.8","depth":1,"path":"datetime.md","ref":"datetime.md","articles":[]},"previous":{"title":"Custom formatting","level":"1.6.5","depth":2,"anchor":"#custom-formatting","path":"formatting.md","ref":"formatting.md#custom-formatting","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"pluralization.md","mtime":"2017-08-25T17:25:55.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/search_index.json b/docs/en/search_index.json
index 1567b990f..45fb955e6 100644
--- a/docs/en/search_index.json
+++ b/docs/en/search_index.json
@@ -1 +1 @@
-{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["$t","5.x","advanc","api","attribut","base","basic","block","class","compon","config","constructor","custom","datetim","direct","docs?","document","extens","fallback","featur","file","format","get","global","hot","html","i18n","inject","instal","instanc","internation","interpol","introduct","later.","lazi","link","list","load","local","look","messag","method","migrat","multipl","name","note","note:","number","object","option","place","plugin","plural","properti","rail","refer","releas","reload","rubi","singl","special","start","static","string","structur","support","syntax","t","usag","v","v6.0","vs","vue","vue.j","vuei18n","yaml"],"installation.html":["$","'vue","'vue'","/","2.0.0+","abov","add","alway","automatically:","base","build","build.","cd","cdn","clone","compat","dev","direct","directli","don't","download","explicitli","git","github","global","https://github.com/kazupon/vu","https://unpkg.com/vu","i18n","i18n'","i18n.git","i18n.j","i18n/dist/vu","i18n@7.4.2/dist/vu","import","includ","instal","itself","latest","link","links.","modul","need","node_modules/vu","note","npm","npm.","point","provid","releas","run","script","specif","system,","tags.","unpkg.com","url","us","version/tag","via","vue","vue.j","vue.use():","vue.use(vuei18n)","vuei18n","want","yarn","yourself"],"started.html":["$t(\"message.hello\")","'hello","'ja',","'vue","'vue'","'こんにちは、世界'","(e.g.","//","=","`i18n`","app","call","cli),","code","const","creat","en:","es2015","following:","get","guide.","hello:","html","i18n","i18n'","import","instanc","ja:","javascript","local","locale:","messag","message:","messages,","modul","new","now","option","output","readi","sampl","set","start","started!","system","translat","us","via","vue","vue({","vue.use(vuei18n)","vue.use(vuei18n).","vuei18n","vuei18n({","world'","{","{{","}","})","}).$mount('#app')","},","}}","こんにちは、世界"],"formatting.html":["$t('hello',","$t('message.hello',","'%{msg}","'en","'hello","'hello'","'hello'})","'hi","'how","'kazupon'","'kazupon',","'p',","'{0}","'{msg}","(compon","(e.g.","(includ","(instead","(message,","(options)","*/),","...","...},","...}]`","//","=",">","@param","@return","['hello'])","['kazupon'])","['resolv","`$t`","`$t`,","`$tc`","`$tc`.","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`{","accept","arbitrari","array","array}","below","below:","case","check","class","compon","component.","const","constructor","content","content.","custom","customformatt","customformatter(/*","danger","dynam","e.g.","easili","en:","es2015","example.","exist","feature.","follow","following:","format","format.","formatt","formatted)","formatter:","formatting:","fromatt","function","hello","hello:","here","html","i18n","icu","implement","implementaion","includ","interface.","interpol","interpolc","interpolcation)","interpolcation.","kazupon","lead","list","local","locale:","logic","mayb","messag","message:","messages:","msg:","name","name:","need","never","new","note:","object","object,","object:","offici","option","output","pass","pre","provid","rail","realiz","recommend","regist","render","return","rubi","run!","sometimes,","static","string","string']","string,","string.","support","syntax).","syntax:","tag:","templat","text:","translat","trust","us","us',","us':","user","valu","values)","values.","values:","veri","vnode","vnode):","vnode{","vue({","vuei18n({","vulnerabilities.","want","websit","world","world'","xss","you?","you?',","{","{'0':","{0}'","{array}","{name}'","{object","{string}","{{","|","}","})","}).$mount('#app')","},","}`","}}"],"pluralization.html":["$tc('apple',","$tc('car',","'car","'no","0)","1)","10","10,","2)","=","appl","apple:","apples'","below:","car","car:","cars',","const","count:","defin","en:","local","messag","on","output","pipe","plural","pluralization.","separator,","separator.","templat","translat","{","{count}","{{","|","}","})","}}"],"datetime.html":["$d(new","'en","'ja","'long',","'numeric'","'numeric',","'short')","'short',","(e.g.","19,","2017","2017年4月19日(水)","402","7.0+","=","above,","apr","below:","const","constructor:","date(),","datetim","datetimeformat","day:","defin","definit","ecma","etc),","format","formats.","hour12:","hour:","i18n","intl.datetimeformat","jp')","jp':","local","long,","long:","messages,","minute:","month:","name","need","new","option","output","short,","short:","specifi","templat","true","us","us':","vue({","vuei18n","vuei18n({","weekday:","year:","{","{{","}","})","}).$mount('#app')","},","}}","午前2:19"],"number.html":["$100.00","$n(100,","'currency')","'currency',","'en","'ja","'jpy',","'symbol'","'usd'","(e.g.","402","7.0+","=","above,","below:","const","constructor:","currency,","currency:","currencydisplay:","defin","definit","ecma","etc),","format","formats.","i18n","intl.numberformat","jp')","jp':","local","messages,","name","need","new","number","numberformat","option","output","specifi","style:","templat","us","us':","vue({","vuei18n","vuei18n({","{","{{","}","})","}).$mount('#app')","},","}}","¥100"],"messages.html":["!!!!","!!!!'","\"en\":","\"internal1\":","\"ja\":","\"key1\":","\"message1\":","\"nested\":","\"thi","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('key1')","$t('message.linked')","$t('nested.message1')","'@:message.dio","'dio:',","'en'","'ja'","'the","...","//","0","1","1\"","=","@:","@:message.the_world","[","[key:","]","abov","alway","annot","anoth","array","base","basic","below","below:","bnf","code","concret","configur","const","content","defnition,","dio:","en:","error","errors:","flowtyp","follow","following:","full","includ","intern","it.","key","key,","link","linked:","local","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","messag","message\"","message\",","message1","message1\"","message1\",","message:","messages:","name","namespac","nest","object","on","ouput","output","path","path]:","paths.","prefix","same","sign","string","string;","structur","structure,","syntax","syntax,","templat","text","the_world:","there'","to.","translat","type","us","want","world","world',","{","{{","|","}","},","};","}}"],"fallback.html":["$t('message')","'en',","'hello","'ja',","=","below:","const","constructor","en","en:","exist","fallback","fallbacklocal","fallbacklocale:","follow","hello","i18n","ja","ja:","key","key:","local","locale:","messag","message:","new","option","option,","output","specifi","templat","vuei18n","vuei18n({","world","world'","{","{{","}","})","},","}}"],"component.html":["$t","$t(\"message.greeting\")","$t(\"message.hello\")","$tc","'good","'hello","'ja').","'ja',","'おはようございます'","'こんにちは、component1'","'こんにちは、世界',","(e.g.","(in","//","=","`","`,","`i18n`","abov","above,","back","base","compon","component.","component1","component1'","components:","compos","const","constructor","conveni","defin","design.","doesn't","due","each","en:","etc)","exampl","example:","fall","fallback","fals","following:","general,","global","greeting:","hello:","hope","i18n","i18n,","i18n:","info","info.","instanc","instance.","ja:","languag","local","locale,","locale,messages,","locale:","manag","message,","message:","messages:","more","morning'","new","option","option.","orient","output","realiz","root","separately,","set","setup","sync:","template:","therefor","translat","us","vue","vue({","vuei18n","vuei18n({","world',","{","{{","}","})","}).$mount('#app')","},","}}","おはよう、世界!","こんにちは、component1","こんにちは、世界"],"directive.html":["$t","$t,","'en',","'hello'","'hi","'kazupon'","'こんにちは、{name}!'","'こんにちは!'","()","7.3+","also,","better","cach","compil","complex.","comput","computed:","con","cons:","content","costs.","createrender","custom","data:","direct","directive,","directive.","due","element.","en:","everytim","execut","extend","extentions.","flexibl","follow","function.","hello:","hi","i18n","i18n:","insert","instanc","instance.","it'","ja:","javascript:","kazupon!","keypath","local","locale:","make","messag","messages:","method","method.","modul","more","mustash","need","new","nicknam","object","occures,","once.","optimizations.","option","outputs:","pass","path:","perform","possibl","pre","pro","prop","provid","re","render","rendering,","return","server","set","side","string","syntax","syntax')","syntax.","t","templat","templates:","textcont","there!","there!'","therefor","translat","us","v","vs","vue","vue({","vuei18n({","{","{name}!'","{{}}","}","}),","}).$mount('#object","}).$mount('#str","},","こんにちは、kazupon!"],"interpolation.html":["$t('change')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","'/change',","'/refund',","'/term'","'chang","'en',","'i","'refund","'term","'you","'利用規約',","'私は","15","15,","30","7.0+","7.2+","=","abov","accept","advanc","agreement","agreement'","appearance.","attribut","attribute.","avoid","basic","chang","change:","changelimit","changelimit:","changeurl:","children","compon","component,","component.","compos","configur","consist","const","content","cumbersome,","data:","defin","departure.","departure.',","due","en:","exampl","example,","example:","fallback","flight","flight',","follow","following,","format","formatting,","formatting.","function","help","html","html=\"$t('term')\".","i18n","i18n,","implement","includ","info:","interpl","interpol","ja:","list","local","locale:","messag","message,","message.","messages:","minut","name","need","new","note:","omitted.","order","otherwis","ouput:","output:","outputs:","path","place","possibl","probabl","prop.","properti","refund","refund:","refundlimit:","refundurl:","see","servic","service',","service.","set.","sometimes,","space","still","support","tag","template:","term","term1:","term2:","term:","text","ticket","ticket'","tos:","tri","until","url:","us","usag","v","veri","vue({","vuei18n({","vulner","want","white","xss","xxx","xxx\\'s',","{","{0}.'","{action}","{limit}","{{","}","})","}).$mount('#app')","},","}}","}}{{","の{0}に同意します。'"],"sfc.html":["\"en\":","\"hello","\"hello\":","\"ja\":","\"こんにちは、世界!\"","$","$t('hello')","'@kazupon/vu","'app',","'babel","'css","'en'","'vue","'yaml","()","(beta)","(https://github.com/kazupon/vu","(npm","(val)",")","...",".rule('vue')",".tap(opt",".use('vu",".vue","//","/\\.vue$/,","/bower_components/,","/src/builder/webpack","3.0",":","=","=>","?","@kazupon/vu","[","]","`i18n`","`vue","above,","add","additionally:","alreadi","applic","attribute,","basic","below","below:","block","block.","blocks.","build","chainwebpack:","cli","click","common","compon","component.","components,","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","const","copi","creat","css:","custom","d","d)","data","deepmerg","deepmerge!","default","defin","dev","don't","done","due","en","en:","esmodule:","example:","exclude:","exist","export","extractcss:","fallback:","featur","file","files.","first","follow","following:","forget","format","format,","format:","found","hello:","here.","hide","i18n","i18n:","ia8n","includ","insid","instal","ja","ja:","js:","json","key","laravel","latest","less:","load","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","local","locale:","make","manag","manual","merg","merge(options,","messag","message:","messg","mix","mix.webpackconfig({","mix@1.5.1","modifi","module.","module.export","module:","more","multipl","name:","need","npm","onc","options:","order","postcss:","postloaders:","pre","preloaders:","project","project.","read","require('deepmerge')","required:","return","root","rule","rules.j","rules:","sass:","save","scss:","second","singl","so,","specifi","src","style","stylus:","support","sure","tag","test:","that,","this.$i18n.local","updat","us","usag","use:","val","vue","vue.config.j","vueextractplugin.extract({","want","watch:","way,","webpack","webpack.mix.j","work","world!\"","yaml","yarn","{","{{","}","})","}),","});","},","}}"],"hot-reload.html":["$i18n","'./ja'],","'en',","()","(module.hot)","...","//","=","app","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","application.","chang","const","file","follow","function","hot","i18n","i18n,","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","instanc","local","locale:","messag","module.hot.accept(['./en',","new","properti","reload","require('./en').default)","require('./ja').default)","run","someth","updat","via","vue({","vuei18n","vuei18n({","watch","{","}","})","}).$mount('#app')"],"lazy-loading.html":["!==","\"lang","'@/lang'","'axios'","'en',","'vue","'vue'","(!loadedlanguages.includes(lang))","(i18n.local","(lang)","*/","//","//i18n","=","=>","['en']","[request]\"","`@/lang/${lang}`).then(msg","actual","allow","arbitrari","array","assum","asynchron","axio","axios.defaults.headers.common['accept","beforeeach","bellow","call","case","catch","chang","check","common","compon","const","cool","creat","default","directori","dist","document.queryselector('html').setattribute('lang',","documentation.","done","dynamically,","easi","easili","en.j","export","fallbacklocale:","file","finish.","folder","forward.","from,","function","function,","gener","global","hook.","i18n","i18n'","i18n.local","i18n.setlocalemessage(lang,","import","import(/*","improv","init","inits,","insid","instanc","instance,","it.j","keep","lang","lang)","languag","language']","languages.","lazi","learn","let","load","loadedlanguag","loadedlanguages.push(lang)","loadlanguageasync","loadlanguageasync(lang).then(()","local","locale:","messag","more","msgs.default)","needed.","new","next","next())","next)","normal","not,","on","onc","overkil","plugin","prelaod","project","promis","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","provid","realli","reject","reside.","return","rout","router","router.beforeeach((to,","set","seti18nlanguag","seti18nlanguage(lang)","setup","setup,","setup.j","short","similar","src","stop","store","straight","support","to.params.lang","track","transition.","translat","unnecessary.","us","via","vue","vue.use(vuei18n)","vuei18n","vuei18n({","wait","webpack","webpack.","webpackchunkname:","would.","{","}","})"],"migrations.html":["!!'))","$lang","''","'accept':","'application/json'","'application/json',","'content","'en'","'en',","'get',","'hello","'hi","'hi!'","'ja'","'ja')","'ja',","'kazupon'","'load","'no","'someth","'title1'","'zh'","'こんにちは、世界',","'やあ!'","(err)","(err,","(for","(locale,","(message,","(object.keys(json).length","+","...","...'","...values)","/","//","0)","10","=","===","=>",">","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('ja',","app.load","appl","apple:","apples'","below:","cb(error)","cb(null,","cb)","chang","class","compon","component1","config","console.error(err)","const","constructor","count","count,","custom","customformatt","customformatter(),","data:","dynam","empti","en","en)","en.greet","en:","error('local","fallback","fallbacklang","fallbacklocal","fallbacklocale:","fals","featur","fetch('/locales/'","format","format:","formatt","formatter:","function","global","greeting:","handl","handler","headers:","hello:","hi","i18n","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n:","i18nformatt","implement","instanc","ja","ja)","ja.greet","ja:","kazupon","key,","lang","loading:","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale:","logic","messag","message)","messages,","messages:","method","method:","methods:","migrat","miss","missing:","missinghandl","name:","need","new","on","option","option):","option,","promise.reject(new","promise.resolve(json)","properti","property:","remov","render","replac","res.json()","return","set","someth","string'","title:","translat","true","type':","us","vm)","vue({","vue.local","vue.t","vue.tc","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","world'","world',","{","{count}","{name}'","|","}","})","}).$mount('#app')","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","},"],"api.html":["$d","$d.","$i18n","$n","$n.","$t","$t('tos')","$t.","$tc","$tc.","$te","'/term'","'en","'en',","'i","'term","'利用規約',","'私は","(","(7.2+)","(ecma","(global)",")","/","1","402).","6.1+","7.0+","7.2+","7.3+","=","[choice],","[key],","[locale]","[locale],","[values]","abov","accept","also:","api","args:","argument,","arguments:","array","assigned,","attribut","avail","available:","back","base","below","below.","boolean","browser","built","call","check","choice:","class","class,","compon","component,","const","constructor","constructor.","custom","d(","data:","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","default","default:","definit","depen","depend","detail","details:","direct","due","each","ecmascript","element","en:","environmens,","examples:","exist","exists.","expects:","extens","fail","fails.","fall","fallback","fallbacklocal","fallbackroot","fals","false,","featur","flowtyp","follow","format","formatt","formatting.","function","get","getdatetimeformat","getlocalemessage(","getnumberformat","global","guid","hander","handler","i(","i18n","i18n,","i18nopt","implement","index","indic","inject","instanc","instance,","instance.","interfac","interface.","internation","interpol","intlavail","it'","ja:","key","key,","key.","key:","keypath","level","link","list","local","locale,","locale.","locale:","localemessag","localemessageobject","localization,","localization.","merg","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message.","messages,","messages.","method","method.","miss","missing,","missing.","missinghandl","more","n(","name","need","new","null","number","numberformat","numberformat:","numberformatresult","object","object}","object}:","occur","option","option,","option.","optional,","options,","otherwise,","output","params:","path","path:","place","pluralization.","preferenti","properti","props:","read","read/writ","refer","regardless","regist","requir","required,","return","return:","return::","root","same","section","see","sensit","service',","set","setdatetimeformat","setlocalemessage(","setnumberformat","silenttranslationwarn","span","special","specifi","specify.","static","string","string}","suppress","supress","sync","synchron","syntax","syntax,","syntax.","t","t(","tag","target","tc(","te(","term:","textcont","too.","tos:","translateresult","true","true,","type","type:","updat","url:","us","us'","usage,","usage:","v","valu","value,","value.","value:","values,","values:","version","version.","vue","vue({","vuei18n","vuei18n({","warn","warned,","warned.","warnings.","whether","xxx","{","{0}.'","{array","{array}","{boolean}","{datetimeformat}","{local","{localemessageobject}","{locale}","{locale}:","{number","{numberformat}","{number}","{path","{path}","{path}:","{string","{string}","{string}:","{{","{}","|","}","})","}).$mount('#app')","},","}}","の{0}に同意します。'"]},"length":17},"tokenStore":{"root":{"0":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"1":{"0":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"5":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"9":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.001890359168241966}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"2":{"0":{"1":{"7":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}},"年":{"4":{"docs":{},"月":{"1":{"9":{"docs":{},"日":{"docs":{},"(":{"docs":{},"水":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"docs":{}}},"docs":{}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"3":{"0":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},"docs":{},".":{"0":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"docs":{}}},"4":{"0":{"2":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"docs":{}},"docs":{}},"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}}},"6":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}},"docs":{}}},"7":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.01606805293005671}}}},"2":{"docs":{},"+":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"3":{"docs":{},"+":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"docs":{}}},"docs":{},"$":{"1":{"0":{"0":{"docs":{},".":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"installation.html":{"ref":"installation.html","tf":0.056074766355140186},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.02912621359223301},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.010256410256410256}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}},"'":{"docs":{},")":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"1":{"docs":{},"]":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}},"2":{"docs":{},"]":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"docs":{}}}},"docs":{}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"2":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"docs":{}}}},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"1":{"0":{"0":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"docs":{}},"docs":{}},"docs":{}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"docs":{}},"docs":{}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":5.001890359168242}}},"p":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045}},"l":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"'":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"docs":{}},"docs":{}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"r":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}}}}}}},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.01890359168241966}}}}}}}}}}},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"[":{"docs":{},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":3.3435897435897433},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"c":{"docs":{},"k":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.028037383177570093},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.02729528535980149},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.03409090909090909},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}}}}},"n":{"docs":{},"f":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.002835538752362949}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},")":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":3.374358974358974},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"sfc.html":{"ref":"sfc.html","tf":3.3409669211195925},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.014177693761814745}},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"n":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"f":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"s":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.035830618892508145},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.003780718336483932}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"d":{"docs":{},"e":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"p":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"o":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"directive.html":{"ref":"directive.html","tf":3.3576051779935274},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},")":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.045454545454545456}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"s":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}}},"c":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}},"e":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}}}}},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"b":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"datetime.html":{"ref":"datetime.html","tf":5.03125},"api.html":{"ref":"api.html","tf":0.010396975425330813}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375},"api.html":{"ref":"api.html","tf":0.007561436672967864}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"a":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"directive.html":{"ref":"directive.html","tf":3.3478964401294498},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"o":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"s":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"o":{"docs":{},"c":{"docs":{},"s":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}},"e":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00945179584120983}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"e":{"docs":{},"!":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"u":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"d":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"n":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"l":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"h":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401}},"s":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"fallback.html":{"ref":"fallback.html","tf":5.017857142857143},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"e":{"docs":{},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"r":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.05},"formatting.html":{"ref":"formatting.html","tf":10.01985111662531},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.02930056710775047}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.008506616257088847}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"r":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"s":{"docs":{},".":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"l":{"docs":{},"l":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":5.009803921568627},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"component.html":{"ref":"component.html","tf":0.020512820512820513},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"hot-reload.html":{"ref":"hot-reload.html","tf":5.054054054054054}}},"u":{"docs":{},"r":{"1":{"2":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{}},"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"p":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"o":{"docs":{},"k":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"=":{"docs":{},"\"":{"docs":{},"$":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{},")":{"docs":{},"\"":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}}}}}}}},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"p":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"r":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"i":{"docs":{"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"d":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"installation.html":{"ref":"installation.html","tf":0.07476635514018691},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.030534351145038167},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.029315960912052116},"api.html":{"ref":"api.html","tf":0.006616257088846881}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}},"@":{"7":{"docs":{},".":{"4":{"docs":{},".":{"2":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":10.046728971962617},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.002835538752362949}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"i":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"l":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"f":{"docs":{},"o":{"docs":{"component.html":{"ref":"component.html","tf":0.015384615384615385}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"s":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.029411764705882353},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"a":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"c":{"docs":{},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"a":{"8":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"docs":{}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"s":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"z":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.008230452674897}}}},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.02880658436213992},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"s":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.032921810699588}},"e":{"docs":{},"r":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083}},"!":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"'":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.019083969465648856}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"?":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"s":{"docs":{},"[":{"docs":{},"]":{"docs":{},"=":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}},"`":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.058333333333333334},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":5.0234375},"number.html":{"ref":"number.html","tf":5.034090909090909},"messages.html":{"ref":"messages.html","tf":3.3773861967694563},"fallback.html":{"ref":"fallback.html","tf":5.071428571428571},"component.html":{"ref":"component.html","tf":3.4},"directive.html":{"ref":"directive.html","tf":3.3430420711974107},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.014657980456026058},"api.html":{"ref":"api.html","tf":0.08601134215500945}},"e":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.011342155009451797}}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},"[":{"docs":{},"]":{"docs":{},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.011342155009451797}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.014177693761814745}}}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00945179584120983}}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"r":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.02977667493796526},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":3.372980910425844},"fallback.html":{"ref":"fallback.html","tf":0.08928571428571429},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.023629489603024575}},"e":{"1":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.03076923076923077},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006616257088846881}}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.025},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"migrations.html":{"ref":"migrations.html","tf":10.001628664495113}}}}}},"n":{"docs":{},"u":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"x":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"@":{"1":{"docs":{},".":{"5":{"docs":{},".":{"1":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"docs":{}}},"docs":{}}},"docs":{}}},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"(":{"docs":{},"[":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"n":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}},"r":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004725897920604915}}},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"a":{"docs":{},"y":{"docs":{},"b":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"k":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"s":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"number.html":{"ref":"number.html","tf":5.045454545454546},"api.html":{"ref":"api.html","tf":0.010396975425330813}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909},"api.html":{"ref":"api.html","tf":0.007561436672967864}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.030944625407166124},"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"s":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}},"x":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"(":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"p":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.04672897196261682},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004725897920604915}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.011342155009451797}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.025},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.03213610586011342}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.001890359168241966}}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},")":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"pluralization.html":{"ref":"pluralization.html","tf":10.028169014084508}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{"directive.html":{"ref":"directive.html","tf":0.019417475728155338}},"p":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}}},"y":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"a":{"docs":{},"o":{"docs":{},"d":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"s":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"i":{"docs":{},"p":{"docs":{},"e":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":5.000945179584121}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"hot-reload.html":{"ref":"hot-reload.html","tf":5.027027027027027}}}}}},"a":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"i":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"/":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}}}}},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"l":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.011342155009451797}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.010396975425330813}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}}}}}},"d":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}}}}}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},"!":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"s":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"u":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224}}}}},"g":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"d":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"i":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.017013232514177693}}},"y":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":5.009803921568627}},"e":{"docs":{},"d":{"docs":{},"!":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004725897920604915}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"]":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"e":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"u":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"r":{"docs":{},"e":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"r":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.025},"messages.html":{"ref":"messages.html","tf":3.34654919236417},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.001890359168241966}},")":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"'":{"docs":{},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"e":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"u":{"docs":{},"p":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"i":{"docs":{},"c":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.011342155009451797}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"r":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"a":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.024271844660194174},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"c":{"docs":{},"k":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"e":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.001890359168241966}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"r":{"docs":{},"m":{"1":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"2":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"docs":{}},"docs":{}}}}}}},"o":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"o":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.020793950850661626}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"c":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"u":{"docs":{},"s":{"docs":{"installation.html":{"ref":"installation.html","tf":0.037383177570093455},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.025},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"r":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"v":{"6":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}},"docs":{}}},"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.041666666666666664},"installation.html":{"ref":"installation.html","tf":0.06542056074766354},"started.html":{"ref":"started.html","tf":0.0392156862745098},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.02099236641221374},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"api.html":{"ref":"api.html","tf":0.007561436672967864}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},")":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}},"docs":{}},"docs":{}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.029411764705882353},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.013232514177693762}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.017915309446254073},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"#":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"docs":{}},"docs":{}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"a":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.006616257088846881}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.004725897920604915}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},")":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"m":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"r":{"docs":{},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"?":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"}":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"j":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"p":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{}}}}}}}}}},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"%":{"docs":{},"{":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"{":{"0":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},"'":{"docs":{},")":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},",":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"n":{"docs":{},"o":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0703125}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.046875}}}}}}}},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"@":{"docs":{},":":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},"'":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"docs":{}}}}}},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"ご":{"docs":{},"ざ":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"利":{"docs":{},"用":{"docs":{},"規":{"docs":{},"約":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"私":{"docs":{},"は":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}},".":{"docs":{},"/":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}},"z":{"docs":{},"h":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}},"や":{"docs":{},"あ":{"docs":{},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"/":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"/":{"docs":{"started.html":{"ref":"started.html","tf":0.10784313725490197},"formatting.html":{"ref":"formatting.html","tf":0.09181141439205956},"messages.html":{"ref":"messages.html","tf":0.039647577092511016},"component.html":{"ref":"component.html","tf":0.015384615384615385},"sfc.html":{"ref":"sfc.html","tf":0.022900763358778626},"hot-reload.html":{"ref":"hot-reload.html","tf":0.12162162162162163},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.06514657980456026}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"docs":{}},"docs":{}}},"\\":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"y":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"e":{"docs":{},"b":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}},"e":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.006616257088846881}}}}}}}}},"(":{"7":{"docs":{},".":{"2":{"docs":{},"+":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"docs":{}}},"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}},"b":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"!":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"=":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.030837004405286344},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.06026058631921824},"api.html":{"ref":"api.html","tf":0.001890359168241966}},">":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}},"=":{"docs":{},"=":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"`":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"`":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"docs":{}},"docs":{}},"$":{"docs":{},"t":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"c":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"[":{"docs":{},"'":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}},"v":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"@":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"$":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"{":{"0":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"docs":{"started.html":{"ref":"started.html","tf":0.049019607843137254},"formatting.html":{"ref":"formatting.html","tf":0.04962779156327544},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0546875},"number.html":{"ref":"number.html","tf":0.056818181818181816},"messages.html":{"ref":"messages.html","tf":0.04405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.05357142857142857},"component.html":{"ref":"component.html","tf":0.06666666666666667},"directive.html":{"ref":"directive.html","tf":0.04854368932038835},"interpolation.html":{"ref":"interpolation.html","tf":0.031914893617021274},"sfc.html":{"ref":"sfc.html","tf":0.06297709923664122},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.06188925081433225},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"}":{"docs":{},"}":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"'":{"0":{"docs":{},"'":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"docs":{}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.014177693761814745}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.0392156862745098},"formatting.html":{"ref":"formatting.html","tf":0.03970223325062035},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.03125},"number.html":{"ref":"number.html","tf":0.045454545454545456},"messages.html":{"ref":"messages.html","tf":0.022026431718061675},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.05641025641025641},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.03625954198473282},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.03745928338762215},"api.html":{"ref":"api.html","tf":0.002835538752362949}},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098},"api.html":{"ref":"api.html","tf":0.000945179584120983}},".":{"docs":{},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},";":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.02480916030534351},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"{":{"docs":{},"{":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"docs":{}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},")":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098}},"}":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},">":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}},"@":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"[":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},"\"":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"e":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.011342155009451797}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"api.html":{"ref":"api.html","tf":0.010396975425330813}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"e":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"x":{"docs":{},"x":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"\\":{"docs":{},"'":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"|":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"pluralization.html":{"ref":"pluralization.html","tf":0.056338028169014086},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.017958412098298678}}},"午":{"docs":{},"前":{"2":{"docs":{},":":{"1":{"9":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},"docs":{}},"docs":{}}},"docs":{}}},"¥":{"1":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}},"docs":{}},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"'":{"docs":{},")":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"=":{"docs":{},"=":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"\"":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"\"":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"]":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}},"の":{"docs":{},"{":{"0":{"docs":{},"}":{"docs":{},"に":{"docs":{},"同":{"docs":{},"意":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}},"docs":{}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.014177693761814745}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"?":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"+":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"length":1958},"corpusTokens":["!!!!","!!!!'","!!'))","!==","\"en\":","\"hello","\"hello\":","\"internal1\":","\"ja\":","\"key1\":","\"lang","\"message1\":","\"nested\":","\"thi","\"こんにちは、世界!\"","$","$100.00","$d","$d(new","$d.","$i18n","$lang","$n","$n(100,","$n.","$t","$t(\"message.greeting\")","$t(\"message.hello\")","$t('change')","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('hello')","$t('hello',","$t('key1')","$t('message')","$t('message.hello',","$t('message.linked')","$t('nested.message1')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","$t.","$tc","$tc('apple',","$tc('car',","$tc.","$te","'%{msg}","''","'./ja'],","'/change',","'/refund',","'/term'","'@/lang'","'@:message.dio","'@kazupon/vu","'accept':","'app',","'application/json'","'application/json',","'axios'","'babel","'car","'chang","'content","'css","'currency')","'currency',","'dio:',","'en","'en'","'en',","'get',","'good","'hello","'hello'","'hello'})","'hi","'hi!'","'how","'i","'ja","'ja'","'ja')","'ja').","'ja',","'jpy',","'kazupon'","'kazupon',","'load","'long',","'no","'numeric'","'numeric',","'p',","'refund","'short')","'short',","'someth","'symbol'","'term","'the","'title1'","'usd'","'vue","'vue'","'yaml","'you","'zh'","'{0}","'{msg}","'おはようございます'","'こんにちは、component1'","'こんにちは、{name}!'","'こんにちは、世界'","'こんにちは、世界',","'こんにちは!'","'やあ!'","'利用規約',","'私は","(","(!loadedlanguages.includes(lang))","()","(7.2+)","(beta)","(compon","(e.g.","(ecma","(err)","(err,","(for","(global)","(https://github.com/kazupon/vu","(i18n.local","(in","(includ","(instead","(lang)","(locale,","(message,","(module.hot)","(npm","(object.keys(json).length","(options)","(val)",")","*/","*/),","+","...","...'","...values)","...},","...}]`",".rule('vue')",".tap(opt",".use('vu",".vue","/","//","//i18n","/\\.vue$/,","/bower_components/,","/src/builder/webpack","0","0)","1","1\"","1)","10","10,","15","15,","19,","2)","2.0.0+","2017","2017年4月19日(水)","3.0","30","402","402).","5.x","6.1+","7.0+","7.2+","7.3+",":","=","===","=>",">","?","@:","@:message.the_world","@kazupon/vu","@param","@return","[","['en']","['hello'])","['kazupon'])","['resolv","[choice],","[key:","[key],","[locale]","[locale],","[request]\"","[values]","]","`","`$t`","`$t`,","`$tc`","`$tc`.","`,","`@/lang/${lang}`).then(msg","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`vue","`{","abov","above,","accept","actual","add","additionally:","advanc","agreement","agreement'","allow","alreadi","also,","also:","alway","annot","anoth","api","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","app.load","appearance.","appl","apple:","apples'","applic","application.","apr","arbitrari","args:","argument,","arguments:","array","array}","assigned,","assum","asynchron","attribut","attribute,","attribute.","automatically:","avail","available:","avoid","axio","axios.defaults.headers.common['accept","back","base","basic","beforeeach","bellow","below","below.","below:","better","block","block.","blocks.","bnf","boolean","browser","build","build.","built","cach","call","car","car:","cars',","case","catch","cb(error)","cb(null,","cb)","cd","cdn","chainwebpack:","chang","change:","changelimit","changelimit:","changeurl:","check","children","choice:","class","class,","cli","cli),","click","clone","code","common","compat","compil","complex.","compon","component,","component.","component1","component1'","components,","components:","compos","comput","computed:","con","concret","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","cons:","consist","console.error(err)","const","constructor","constructor.","constructor:","content","content.","conveni","cool","copi","costs.","count","count,","count:","creat","createrender","css:","cumbersome,","currency,","currency:","currencydisplay:","custom","customformatt","customformatter(),","customformatter(/*","d","d(","d)","danger","data","data:","date(),","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","day:","deepmerg","deepmerge!","default","default:","defin","definit","defnition,","departure.","departure.',","depen","depend","design.","detail","details:","dev","dio:","direct","directive,","directive.","directli","directori","dist","docs?","document","document.queryselector('html').setattribute('lang',","documentation.","doesn't","don't","done","download","due","dynam","dynamically,","e.g.","each","easi","easili","ecma","ecmascript","element","element.","empti","en","en)","en.greet","en.j","en:","environmens,","error","error('local","errors:","es2015","esmodule:","etc)","etc),","everytim","exampl","example,","example.","example:","examples:","exclude:","execut","exist","exists.","expects:","explicitli","export","extend","extens","extentions.","extractcss:","fail","fails.","fall","fallback","fallback:","fallbacklang","fallbacklocal","fallbacklocale:","fallbackroot","fals","false,","featur","feature.","fetch('/locales/'","file","files.","finish.","first","flexibl","flight","flight',","flowtyp","folder","follow","following,","following:","forget","format","format,","format.","format:","formats.","formatt","formatted)","formatter:","formatting,","formatting.","formatting:","forward.","found","from,","fromatt","full","function","function,","function.","gener","general,","get","getdatetimeformat","getlocalemessage(","getnumberformat","git","github","global","greeting:","guid","guide.","hander","handl","handler","headers:","hello","hello:","help","here","here.","hi","hide","hook.","hope","hot","hour12:","hour:","html","html=\"$t('term')\".","https://github.com/kazupon/vu","https://unpkg.com/vu","i(","i18n","i18n'","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.git","i18n.j","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","i18n.setlocalemessage(lang,","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n/dist/vu","i18n:","i18n@7.4.2/dist/vu","i18nformatt","i18nopt","ia8n","icu","implement","implementaion","import","import(/*","improv","includ","index","indic","info","info.","info:","init","inits,","inject","insert","insid","instal","instanc","instance,","instance.","interfac","interface.","intern","internation","interpl","interpol","interpolc","interpolcation)","interpolcation.","intl.datetimeformat","intl.numberformat","intlavail","introduct","it'","it.","it.j","itself","ja","ja)","ja.greet","ja:","javascript","javascript:","jp')","jp':","js:","json","kazupon","kazupon!","keep","key","key,","key.","key:","keypath","lang","lang)","languag","language']","languages.","laravel","later.","latest","lazi","lead","learn","less:","let","level","link","linked:","links.","list","load","loadedlanguag","loadedlanguages.push(lang)","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","loading:","loadlanguageasync","loadlanguageasync(lang).then(()","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale,messages,","locale.","locale:","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","localization,","localization.","logic","long,","long:","look","make","manag","manual","mayb","merg","merge(options,","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message\"","message\",","message)","message,","message.","message1","message1\"","message1\",","message:","messages,","messages.","messages:","messg","method","method.","method:","methods:","migrat","minut","minute:","miss","missing,","missing.","missing:","missinghandl","mix","mix.webpackconfig({","mix@1.5.1","modifi","modul","module.","module.export","module.hot.accept(['./en',","module:","month:","more","morning'","msg:","msgs.default)","multipl","mustash","n(","name","name:","namespac","need","needed.","nest","never","new","next","next())","next)","nicknam","node_modules/vu","normal","not,","note","note:","now","npm","npm.","null","number","numberformat","numberformat:","numberformatresult","object","object,","object:","object}","object}:","occur","occures,","offici","omitted.","on","onc","once.","optimizations.","option","option):","option,","option.","optional,","options,","options:","order","orient","otherwis","otherwise,","ouput","ouput:","output","output:","outputs:","overkil","params:","pass","path","path:","path]:","paths.","perform","pipe","place","plugin","plural","pluralization.","point","possibl","postcss:","postloaders:","pre","preferenti","prefix","prelaod","preloaders:","pro","probabl","project","project.","promis","promise.reject(new","promise.resolve(json)","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","prop","prop.","properti","property:","props:","provid","rail","re","read","read/writ","readi","realiz","realli","recommend","refer","refund","refund:","refundlimit:","refundurl:","regardless","regist","reject","releas","reload","remov","render","rendering,","replac","requir","require('./en').default)","require('./ja').default)","require('deepmerge')","required,","required:","res.json()","reside.","return","return:","return::","root","rout","router","router.beforeeach((to,","rubi","rule","rules.j","rules:","run","run!","same","sampl","sass:","save","script","scss:","second","section","see","sensit","separately,","separator,","separator.","server","servic","service',","service.","set","set.","setdatetimeformat","seti18nlanguag","seti18nlanguage(lang)","setlocalemessage(","setnumberformat","setup","setup,","setup.j","short","short,","short:","side","sign","silenttranslationwarn","similar","singl","so,","someth","sometimes,","space","span","special","specif","specifi","specify.","src","start","started!","static","still","stop","store","straight","string","string'","string']","string,","string.","string;","string}","structur","structure,","style","style:","stylus:","support","suppress","supress","sure","sync","sync:","synchron","syntax","syntax')","syntax).","syntax,","syntax.","syntax:","system","system,","t","t(","tag","tag:","tags.","target","tc(","te(","templat","template:","templates:","term","term1:","term2:","term:","test:","text","text:","textcont","that,","the_world:","there!","there!'","there'","therefor","this.$i18n.local","ticket","ticket'","title:","to.","to.params.lang","too.","tos:","track","transition.","translat","translateresult","tri","true","true,","trust","type","type':","type:","unnecessary.","unpkg.com","until","updat","url","url:","us","us'","us',","us':","usag","usage,","usage:","use:","user","v","v6.0","val","valu","value,","value.","value:","values)","values,","values.","values:","veri","version","version.","version/tag","via","vm)","vnode","vnode):","vnode{","vs","vue","vue({","vue.config.j","vue.j","vue.local","vue.t","vue.tc","vue.use():","vue.use(vuei18n)","vue.use(vuei18n).","vueextractplugin.extract({","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","vulner","vulnerabilities.","wait","want","warn","warned,","warned.","warnings.","watch","watch:","way,","webpack","webpack.","webpack.mix.j","webpackchunkname:","websit","weekday:","whether","white","work","world","world!\"","world'","world',","would.","xss","xxx","xxx\\'s',","yaml","yarn","year:","you?","you?',","yourself","{","{'0':","{0}'","{0}.'","{action}","{array","{array}","{boolean}","{count}","{datetimeformat}","{limit}","{local","{localemessageobject}","{locale}","{locale}:","{name}!'","{name}'","{number","{numberformat}","{number}","{object","{path","{path}","{path}:","{string","{string}","{string}:","{{","{{}}","{}","|","}","})","}),","}).$mount('#app')","}).$mount('#object","}).$mount('#str","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","});","},","};","}`","}}","}}{{","おはよう、世界!","こんにちは、component1","こんにちは、kazupon!","こんにちは、世界","の{0}に同意します。'","午前2:19","¥100"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"vue-i18n documentation\nInternationalization plugin of Vue.js\n\n NOTE: This documentation is for vue-i18n v6.0 or later.\n\n\nLooking for 5.x Docs?\nRelease Notes\nInstallation\nGetting started\nFormatting\nHTML formatting\nNamed formatting\nList formatting\nSupport ruby on rails i18n format\nCustom formatting\n\n\nPluralization\nDateTime localization\nNumber localization\nLocale messages syntax\nStructure\nLinked locale messages\n\n\nFallback localization\nComponent based localization\nCustom directive localization\nString Syntax\nObject Syntax\n$t vs v-t\n\n\nComponent interpolation\nBasic Usage\nAdvanced Usage\n\n\nSingle file components\nBasic Usage\nYAML loading\nMultiple custom blocks\n\n\nHot reloading\nLazy loading\nMigrations\nGlobal config\nGlobal methods\nConstructor options\nInstance properties\nFeatures\n\n\nAPI references\nExtension of Vue\nVue constructor options\nVue injected methods\nInjected properties\n\n\nVueI18n class\nStatic properties\nConstructor options\nProperties\nMethods\n\n\nDirectives\nv-t\n\n\nComponents\ni18n\n\n\nSpecial Attributes\nplace\n\n\n\n\n\n"},"installation.html":{"url":"installation.html","title":"Installation","keywords":"","body":"Installation\nCompatibility Note\n\nVue.js 2.0.0+\n\nDirect Download / CDN\nhttps://unpkg.com/vue-i18n/dist/vue-i18n\nunpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.4.2/dist/vue-i18n.js\nInclude vue-i18n after Vue and it will install itself automatically:\n\n\n\nNPM\n$ npm install vue-i18n\nYarn\n$ yarn add vue-i18n\nWhen using with a module system, you must explicitly install the vue-i18n via Vue.use():\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\n\nVue.use(VueI18n)\n\nYou don't need to do this when using global script tags.\nDev Build\nYou will have to clone directly from GitHub and build vue-i18n yourself if\nyou want to use the latest dev build.\n$ git clone https://github.com/kazupon/vue-i18n.git node_modules/vue-i18n\n$ cd node_modules/vue-i18n\n$ npm install\n$ npm run build\n"},"started.html":{"url":"started.html","title":"Getting started","keywords":"","body":"Getting started\n\nWe will be using ES2015 in the code samples in the guide.\n\nHTML\n\n\n\n\n {{ $t(\"message.hello\") }}\n\n\nJavaScript\n// If using a module system (e.g. via vue-cli), import Vue and VueI18n and then call Vue.use(VueI18n).\n// import Vue from 'vue'\n// import VueI18n from 'vue-i18n'\n//\n// Vue.use(VueI18n)\n\n// Ready translated locale messages\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界'\n }\n }\n}\n\n// Create VueI18n instance with options\nconst i18n = new VueI18n({\n locale: 'ja', // set locale\n messages, // set locale messages\n})\n\n\n// Create a Vue instance with `i18n` option\nnew Vue({ i18n }).$mount('#app')\n\n// Now the app has started!\n\nOutput the following:\n\n こんにちは、世界\n\n\n"},"formatting.html":{"url":"formatting.html","title":"Formatting","keywords":"","body":"Formatting\nHTML formatting\n\n NOTE: Dynamically localization arbitrary HTML on your website can be very dangerous because it can easily lead to XSS vulnerabilities. Only use HTML interpolation on trusted content and never on user-provided content. We recommended that use component interpolation feature.\n\nIn some cases you might want to rendered your translation as an HTML message and not a static string.\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n }\n}\n\nTemplate the below:\n\n\nOutput the below (instead of the message pre formatted)\nhello\n exists but is rendered as html and not a string-->\nworld\n\nNamed formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nList formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{0} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', ['hello']) }}\n\nOutput the below:\nhello world\n\nList formatting also accepts array-like object:\n{{ $t('message.hello', {'0': 'hello'}) }}\n\nOutput the below:\nhello world\n\nSupport ruby on rails i18n format\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '%{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nCustom formatting\nSometimes, you maybe need to translate with custom formatting (e.g. ICU message syntax).\nYou can realize with custom formatter that implement Formatter Interface.\nThe following custom formatter with ES2015 class syntax:\n// Custom Fromatter implementaion\nclass CustomFormatter {\n constructor (options) {\n // ...\n }\n\n //\n // interpolate\n //\n // @param {string} message\n // string of list or named format.\n // e.g.\n // - named formatting: 'Hi {name}'\n // - list formatting: 'Hi {0}'\n //\n // @param {Object | Array} values\n // values of `message` interpolcation.\n // passed values with `$t`, `$tc` and `i18n` functional component.\n // e.g. \n // - $t('hello', { name: 'kazupon' }) -> passed values: Object `{ name: 'kazupon' }` \n // - $t('hello', ['kazupon']) -> passed values: Array `['kazupon']`\n // - `i18n` functional component (component interpolcation)\n // \n // kazupon\n // how are you?\n // \n // -> passed values: Array (included VNode):\n // `[VNode{ tag: 'p', text: 'kazupon', ...}, VNode{ tag: 'p', text: 'how are you?', ...}]`\n //\n // @return {Array}\n // interpolated values. you need to return the following:\n // - array of string, when is using `$t` or `$tc`.\n // - array included VNode object, when is using `i18n` functional component.\n // \n interpolate (message, values) {\n // implement interpolcation logic here\n // ...\n\n // return the interpolated array\n return ['resolved message string']\n }\n}\n\n// register with `formatter` option\nconst i18n = new VueI18n({\n locale: 'en-US',\n formatter: new CustomFormatter(/* here the constructor options */),\n messages: {\n 'en-US': {\n // ...\n },\n // ...\n }\n})\n\n// Run!\nnew Vue({ i18n }).$mount('#app')\n\nYou can check the custom formatter official example.\n"},"pluralization.html":{"url":"pluralization.html","title":"Pluralization","keywords":"","body":"Pluralization\nYou can translate with pluralization. You must define the locale that have a pipe | separator, and define plurals in pipe separator.\nLocale messages the below:\nconst messages = {\n en: {\n car: 'car | cars',\n apple: 'no apples | one apple | {count} apples'\n }\n}\n\nTemplate the below:\n{{ $tc('car', 1) }}\n{{ $tc('car', 2) }}\n\n{{ $tc('apple', 0) }}\n{{ $tc('apple', 1) }}\n{{ $tc('apple', 10, { count: 10 }) }}\n\nOutput the below:\ncar\ncars\n\nno apples\none apple\n10 apples\n\n"},"datetime.html":{"url":"datetime.html","title":"DateTime localization","keywords":"","body":"DateTime localization\n\n 7.0+\n\nYou can localize the datetime with your definition formats.\nDateTime formats the below:\nconst dateTimeFormats = {\n 'en-US': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric'\n }\n },\n 'ja-JP': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric', hour12: true\n }\n }\n}\n\nAs the Above, You can define the datetime format with named (e.g. short, long, etc), and you need to use the options with ECMA-402 Intl.DateTimeFormat\nAfter that like the locale messages, You need to specify the dateTimeFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n dateTimeFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $d(new Date(), 'short') }}\n {{ $d(new Date(), 'long', 'ja-JP') }}\n\n\nOutput the below:\n\n Apr 19, 2017\n 2017年4月19日(水) 午前2:19\n\n\n"},"number.html":{"url":"number.html","title":"Number localization","keywords":"","body":"Number localization\n\n 7.0+\n\nYou can localize the number with your definition formats.\nNumber formats the below:\nconst numberFormats = {\n 'en-US': {\n currency: {\n style: 'currency', currency: 'USD'\n }\n },\n 'ja-JP': {\n currency: {\n style: 'currency', currency: 'JPY', currencyDisplay: 'symbol'\n }\n }\n}\n\nAs the Above, You can define the number format with named (e.g. currency, etc), and you need to use the options with ECMA-402 Intl.NumberFormat\nAfter that like the locale messages, You need to specify the numberFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n numberFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $n(100, 'currency') }}\n {{ $n(100, 'currency', 'ja-JP') }}\n\n\nOutput the below:\n\n $100.00\n ¥100\n\n\n"},"messages.html":{"url":"messages.html","title":"Locale messages syntax","keywords":"","body":"Locale messages syntax\nStructure\nLocale Messages syntax the below:\n// As Flowtype defnition, Locale Messages syntax like BNF annotation\ntype LocaleMessages = { [key: Locale]: LocaleMessageObject };\ntype LocaleMessageObject = { [key: Path]: LocaleMessage };\ntype LocaleMessageArray = LocaleMessage[];\ntype LocaleMessage = string | LocaleMessageObject | LocaleMessageArray;\ntype Locale = string;\ntype Path = string;\n\nBased on the above syntax, You can configure the following structure Locale Messages:\n{\n \"en\": { // 'en' Locale\n \"key1\": \"this is message1\", // basic\n \"nested\": { // nested\n \"message1\": \"this is nested message1\"\n },\n errors: [ // array\n \"this is 0 error code message\",\n { // object in array\n \"internal1\": \"this is internal 1 error message\"\n },\n [ // array in array\n \"this is nested array error 1\"\n ]\n ]\n },\n \"ja\": { // 'ja' Locale\n // ...\n }\n}\n\nIn the above Locale Messages structure, You can translate with using below key paths.\n\n \n {{ $t('key1') }}\n \n {{ $t('nested.message1') }}\n \n {{ $t('errors[0]') }}\n \n {{ $t('errors[1].internal1') }}\n \n {{ $t('errors[2][0]') }}\n\n\nOuput the following:\n\n \n this is message1\n \n this is nested message1\n \n this is 0 error code message\n \n this is internal 1 error message\n \n this is nested array error 1\n\n\nLinked locale messages\nIf there's a translation key that will always have the same concrete text as another one you can just link to it. To link to another translation key, all you have to do is to prefix its contents with an @: sign followed by the full name of the translation key including the namespace you want to link to.\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n the_world: 'the world',\n dio: 'DIO:',\n linked: '@:message.dio @:message.the_world !!!!'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.linked') }}\n\nOutput the below:\nDIO: the world !!!!\n\n"},"fallback.html":{"url":"fallback.html","title":"Fallback localization","keywords":"","body":"Fallback localization\nThe following locale messages that not exist message key in ja locale:\nconst messages = {\n en: {\n message: 'hello world'\n },\n ja: {\n }\n}\n\nWhen specify the fallbackLocale option to VueI18n constructor option, message key is localized with en locale key:\nconst i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n messages\n})\n\nTemplate the below:\n{{ $t('message') }}\n\nOutput the below:\nhello world\n\n"},"component.html":{"url":"component.html","title":"Component based localization","keywords":"","body":"Component based localization\nIn general, locale info (e.g. locale,messages, etc) is set as constructor option of VueI18n instance and it sets i18n option as root Vue instance. Therefore you can globally translate with using $t or $tc in the root Vue instance and any composed component. \nYou can also manage locale info for each component separately, which might be more convenient due to Vues component oriented design.\nComponent based localization example:\n// setup locale info for root Vue instance\nconst i18n = new VueI18n({\n locale: 'ja',\n messages: {\n en: {\n message: {\n hello: 'hello world',\n greeting: 'good morning'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界',\n greeting: 'おはようございます'\n }\n }\n }\n})\n\n// Define component\nconst Component1 = {\n template: `\n \n Component1 locale messages: {{ $t(\"message.hello\") }}\n Fallback global locale messages: {{ $t(\"message.greeting\") }}\n `,\n i18n: { // `i18n` option\n messages: {\n en: { message: { hello: 'hello component1' } },\n ja: { message: { hello: 'こんにちは、component1' } }\n }\n }\n}\n\nnew Vue({\n i18n,\n components: {\n Component1\n }\n}).$mount('#app')\n\nTemplate:\n\n {{ $t(\"message.hello\") }}\n \n\n\nOutputs the following:\n\n こんにちは、世界\n \n Component1 locale messages: こんにちは、component1\n Fallback global locale messages: おはよう、世界!\n \n\n\nAs in the example above, if the component doesn't have the locale message, it falls back to globally defined localization info. The component uses the language set in the root instance (in the above example: locale: 'ja'). \nIf you hope localize in the component locale, you can realize with sync: false and locale in i18n option.\n"},"directive.html":{"url":"directive.html","title":"Custom directive localization","keywords":"","body":"Custom directive localization\n\n 7.3+\n\nYou can translate not only with v-t custom directive, but also with $t method.\nString syntax\nYou can pass the keypath of locale messages with string syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi there!' },\n ja: { hello: 'こんにちは!' }\n }\n }),\n data: { path: 'hello' }\n}).$mount('#string-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n hi there!\n hi there!\n\n\nObject syntax\nYou can use object syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi {name}!' },\n ja: { hello: 'こんにちは、{name}!' }\n }\n }),\n computed: {\n nickName () { return 'kazupon' }\n },\n data: { path: 'hello' }\n}).$mount('#object-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n こんにちは、kazupon!\n hi kazupon!\n\n\n$t vs v-t\n$t\n$t is extended Vue instance method. It has the following pros and cons:\nPros\nYou can flexibly use mustash syntax {{}} in templates and also computed props and methods in Vue instance.\nCons\n$t is executed everytime when re-render occures, so it does have a translation costs.\nv-t\nv-t is a custom directive. It has the following pros and cons:\nPros\nv-t has better performance than the $t method due to its cache with the custom directive, when translated once. Also, pre-translation is possible with the Vue compiler module which was provided by vue-i18n-extentions. Therefore it's possible to make more performance optimizations.\nCons\nv-t can not be flexibly used like $t, it's rather complex. The translated content with v-t is inserted into the textContent of the element. Also, when you use server-side rendering, you need to set the custom directive to directives option of the createRenderer function.\n"},"interpolation.html":{"url":"interpolation.html","title":"Component interpolation","keywords":"","body":"Component interpolation\nBasic Usage\n\n 7.0+\n\nSometimes, we need to localize with locale message that was included HTML tag or component. For example:\nI accept xxx Terms of Service Agreement\n\nIn the above message, if you use with $t, probably you may try to compose the following locale messages:\nconst messages = {\n en: {\n term1: 'I Accept xxx\\'s',\n term2: 'Terms of Service Agreement'\n }\n}\n\nAnd in the following, you may try to implement in template:\n{{ $t('term1') }}{{ $t('term2') }}\n\noutput:\nI accept xxx Terms of Service Agreement\n\nThis is very cumbersome, and if you configure the tag in a locale message, there is a possibility XSS vulnerabilities due to localize with v-html=\"$t('term')\".\nYou can avoid it with using i18n functional component. For example:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nthe following ouput:\n\n \n \n I accept xxx Term of Service.\n \n \n\n\nAbout the above example, see the example\nThe children of i18n functional component is interpolated with locale message of path prop. In the above example, {{ $t('tos') }} is interplated with term locale message.\nIn above example, the component interpolation follows the list formatting. The children of i18n functional component are interpolated by their orders of appearance.\nAdvanced Usage\n\n 7.2+\n NOTE: In i18n component, text content consists of only white spaces will be omitted.\n\nNamed formatting is supported with the help of place attribute. For example:\n\n \n \n {{ changeLimit }}\n {{ $t('change') }}\n \n \n\n\nconst messages = {\n en: {\n info: 'You can {action} until {limit} minutes from departure.',\n change: 'change your flight',\n refund: 'refund the ticket'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n changeUrl: '/change',\n refundUrl: '/refund',\n changeLimit: 15,\n refundLimit: 30\n }\n}).$mount('#app')\n\nOutputs:\n\n \n \n You can change your flight until 15 minutes from departure.\n \n \n\n\n\n NOTE: To use named formatting, all children of i18n component must have place attribute set. Otherwise it will fallback to list formatting.\n\nIf you still want to interpolate text content in named formatting, you could define places property on i18n component. For example:\n\n \n \n {{ $t('refund') }}\n \n \n\n\nOutputs:\n\n \n \n You can refund your ticket until 30 minutes from departure.\n \n \n\n\n"},"sfc.html":{"url":"sfc.html","title":"Single file components","keywords":"","body":"Single file components\nBasic Usage\nIf you are building Vue component or Vue application with using single file components, you can manage the locale messages i18n custom block.\nThe following in single file components example:\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\n\n \n locale\n \n en\n ja\n \n message: {{ $t('hello') }}\n \n\n\n\nexport default {\n name: 'app',\n data () { return { locale: 'en' } },\n watch: {\n locale (val) {\n this.$i18n.locale = val\n }\n }\n}\n\n\nInstalling vue-i18n-loader\nYou need to install vue-loader and vue-i18n-loader due to use custom blocks. While vue-loader most likely is already used in your project if you are working with single file components, you must install vue-i18n-loader additionally:\n$ npm i --save-dev @kazupon/vue-i18n-loader\nWebpack\nFor Webpack the configuration below is required:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n loaders: {\n // you need to specify `i18n` loaders key with `vue-i18n-loader` (https://github.com/kazupon/vue-i18n-loader)\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nVue CLI 3.0 (beta)\nVue-cli 3.0 hides the webpack configuration, so, if we want to add support to the tag inside a single file component we need to modify the existing configuration.\nIn order to do that we have to create a vue.config.js at the root of our project. Once done that, we have to include the following:\nconst merge = require('deepmerge')\n\nmodule.exports = {\n chainWebpack: config => {\n config.module\n .rule('vue')\n .use('vue-loader')\n .tap(options =>\n merge(options, {\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n })\n )\n }\n}\n\nDon't forget to install deepmerge! (npm i deepmerge -D or yarn add deepmerge -D)\nIf you want to read more about modifying the existing configuration click here.\nLaravel-Mix\nLaravel mix has its own rules for .vue files. To add the vue-i18n-loader, add the following to webpack.mix.js\nmix.webpackConfig({\n // ...\n module: {\n rules: [\n {\n // Rules are copied from laravel-mix@1.5.1 /src/builder/webpack-rules.js and manually merged with the ia8n-loader. Make sure to update the rules to the latest found in webpack-rules.js\n test: /\\.vue$/,\n loader: 'vue-loader',\n exclude: /bower_components/,\n options: {\n // extractCSS: Config.extractVueStyles,\n loaders: Config.extractVueStyles ? {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n scss: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader',\n fallback: 'vue-style-loader'\n }),\n\n sass: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader?indentedSyntax',\n fallback: 'vue-style-loader'\n }),\n\n css: vueExtractPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n }),\n\n stylus: vueExtractPlugin.extract({\n use: 'css-loader!stylus-loader?paths[]=node_modules',\n fallback: 'vue-style-loader'\n }),\n\n less: vueExtractPlugin.extract({\n use: 'css-loader!less-loader',\n fallback: 'vue-style-loader'\n }),\n\n i18n: '@kazupon/vue-i18n-loader',\n } : {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n i18n: '@kazupon/vue-i18n-loader',\n },\n postcss: Config.postCss,\n preLoaders: Config.vue.preLoaders,\n postLoaders: Config.vue.postLoaders,\n esModule: Config.vue.esModule\n }\n },\n // ...\n ]\n },\n // ...\n});\n\nYAML loading\ni18n custom blocks need to specify JSON format, also you can use YAML format by using pre-loader feature of vue-loader.\nthe i18n custom blocks below of YAML format:\n\nen:\n hello: \"hello world!\"\nja:\n hello: \"こんにちは、世界!\"\n\n\nWebpack conf the below:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n preLoaders: {\n i18n: 'yaml-loader'\n },\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nMultiple custom blocks\nyou can be used the locale messages with multiple i18n custom block.\n\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\nIn the above, first custom block load the common locale message with src attribute, second custom block load the locale messge that defined only at single file component. These locale messages will be merged as locale message of component.\nIn this way, multiple custom blocks useful when want to be used as module.\n"},"hot-reload.html":{"url":"hot-reload.html","title":"Hot reloading","keywords":"","body":"Hot reloading\nYou can watch for changes in localization files and hot reload changes into your application.\n// Something locale messages\nconst messages = {\n // ...\n}\n\n// VueI18n instance\nconst i18n = new Vuei18n({\n locale: 'en',\n messages\n})\n\n// Run app\nconst app = new Vue({\n i18n,\n // ...\n}).$mount('#app')\n\n// Hot updates\nif (module.hot) {\n module.hot.accept(['./en', './ja'], function () {\n i18n.setLocaleMessage('en', require('./en').default)\n i18n.setLocaleMessage('ja', require('./ja').default)\n // Or the following hot updates via $i18n property\n // app.$i18n.setLocaleMessage('en', require('./en').default)\n // app.$i18n.setLocaleMessage('ja', require('./ja').default)\n })\n}\n\n"},"lazy-loading.html":{"url":"lazy-loading.html","title":"Lazy loading","keywords":"","body":"Lazy loading translations\nLoading all of your translation files at once is overkill and unnecessary. Lazy loading or asynchronously loading the translation files is really easy when using Webpack.\nLets assume we have a project directory similar to the one bellow\nour-cool-project\n-dist\n-src\n--routes\n--store\n--setup\n---i18n-setup.js\n--lang\n---en.js\n---it.js\nThe lang folder is where all of our translation files will reside. \nThe setup folder is where our arbitrary setup files like the i18n-setup, global component inits, plugin inits and other reside.\n//i18n-setup.js\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\nimport messages from '@/lang'\nimport axios from 'axios'\n\nVue.use(VueI18n)\n\nexport const i18n = new VueI18n({\n locale: 'en', // set locale\n fallbackLocale: 'en',\n messages // set locale messages\n})\n\nconst loadedLanguages = ['en'] // our default language that is prelaoded \n\nfunction setI18nLanguage (lang) {\n i18n.locale = lang\n axios.defaults.headers.common['Accept-Language'] = lang\n document.querySelector('html').setAttribute('lang', lang)\n return lang\n}\n\nexport function loadLanguageAsync (lang) {\n if (i18n.locale !== lang) {\n if (!loadedLanguages.includes(lang)) {\n return import(/* webpackChunkName: \"lang-[request]\" */ `@/lang/${lang}`).then(msgs => {\n i18n.setLocaleMessage(lang, msgs.default)\n loadedLanguages.push(lang)\n return setI18nLanguage(lang)\n })\n } \n return Promise.resolve(setI18nLanguage(lang))\n }\n return Promise.resolve(lang)\n}\n\nIn short we are creating a new VueI18n instance as we normally would. Then we are creating a loadedLanguages array that will keep track of our loaded languages.\nNext is the setI18nLanguage function that will actually change the language in our vueI18n instance, axios and where ever else is needed.\nThe loadLanguageAsync function is what we will actually use to change the languages. Loading the new files is done via the import function, which is generously provided by Webpack and it allows us to load files dynamically, and because it uses promises we can easily wait for the loading to finish.\nYou can learn more about the import function in the Webpack documentation.\nUsing the loadLanguageAsync function is straight forward. A common use case is inside a vue-router beforeEach hook.\nrouter.beforeEach((to, from, next) => {\n const lang = to.params.lang\n loadLanguageAsync(lang).then(() => next())\n})\n\nWe could improve this by checking if the lang is actually supported by us or not, call reject so we can catch that in the beforeEach stopping the route transition.\n"},"migrations.html":{"url":"migrations.html","title":"Migrations","keywords":"","body":"Migrations\nGlobal config\nlang replaced\nUse VueI18n class constructor locale option, or VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nfallbackLang replaced\nUse VueI18n class constructor fallbackLocale option, or VueI18n#fallbackLocale property:\n const i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change fallback locale\n i18n.fallbackLocale = 'zh'\n // or\n app.$i18n.fallbackLocale = 'zh'\n\nmissingHandler replaced\nUse VueI18n class constructor missing option, or VueI18n#missing property:\n const i18n = new VueI18n({\n // ...\n missing: (locale, key, vm) => {\n // handle translation missing\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change missing handler\n i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n // or\n app.$i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n\ni18nFormatter replaced\nUse VueI18n class constructor formatter option, or VueI18n#formatter property:\n class CustomFormatter {\n format (message, ...values) {\n // something render logic\n return 'something string'\n }\n }\n\n const i18n = new VueI18n({\n // ...\n formatter: new CustomFormatter(),\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change custom formatter\n i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n // or\n app.$i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n\nGlobal methods\nVue.locale replaced\nUse VueI18n class constructor messages option, or VueI18n#GetLocaleMessage / VueI18n#setLocaleMessage methods:\n const i18n = new VueI18n({\n // ...\n messages: {\n en: {\n hello: 'hello world',\n // ...\n },\n ja: {\n hello: 'こんにちは、世界',\n // ...\n }\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // get locale message\n const en = i18n.getLocaleMessage('en')\n en.greeting = 'hi!'\n // set locale message\n i18n.setLocaleMessage('en', en)\n // or\n const ja = app.$i18n.getLocaleMessage('ja')\n ja.greeting = 'やあ!'\n app.$i18n.setLocaleMessage('ja', ja)\n\nVue.t replaced\nUse VueI18n#t method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n i18n.t('greeting', { name: 'kazupon' }) // -> hi kazupon\n\nVue.tc replaced\nUse VueI18n#tc method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n apple: 'no apples | one apple | {count} apples'\n }\n },\n // ...\n })\n\n const count = 10\n i18n.tc('apple', count, { count }) // -> 10 apples\n\nVue.te replaced\nUse VueI18n#te method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n hello: 'hello world'\n }\n },\n // ...\n })\n\n i18n.te('hello') // -> true\n i18n.te('hallo', 'ja') // -> false\n i18n.te('hello') // -> true\n\nConstructor options\nlocales replaced\nUse messages of VueI18n class constructor option, or messages of i18n option (for Component option):\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n // for Component\n const Component1 = {\n i18n: {\n messages: {\n en: {\n title: 'Title1'\n }\n }\n }\n }\n\nInstance properties\n$lang replaced\nUse VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nFeatures\nDynamic locale removed\nIf you need to dynamic set locale messages, you should implement the below:\n const i18n = new VueI18n({ locale: 'en' })\n const app = new Vue({\n i18n,\n data: { loading: '' }\n }).$mount('#app')\n\n function loadLocaleMessage (locale, cb) {\n return fetch('/locales/' + locale, {\n method: 'get',\n headers: {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }\n }).then((res) => {\n return res.json()\n }).then((json) => {\n if (Object.keys(json).length === 0) {\n return Promise.reject(new Error('locale empty !!'))\n } else {\n return Promise.resolve(json)\n }\n }).then((message) => {\n cb(null, message)\n }).catch((error) => {\n cb(error)\n })\n }\n\n app.loading = 'loading ...'\n loadLocaleMessage('en', (err, message) => {\n if (err) {\n app.loading = ''\n console.error(err)\n return\n }\n i18n.setLocaleMessage('en', message)\n app.loading = ''\n })\n\n"},"api.html":{"url":"api.html","title":"API references","keywords":"","body":"API references\nExtension of Vue\nVue constructor options\ni18n\n\nType: I18nOptions\nComponent based localization option. \n\nSee also: VueI18n class constructor options\n\n\nVue injected methods\n$t\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you specified key of list / named formatting local messages, you must specify values too. For values more details see Formatting.\n\n\n$tc\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{Locale} locale: optional\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key with pluralization. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you will specify string value to values, localize the locale messages of value. If you will specify Array or Object value to values, you must specify with values of $t.\n\n\n$te\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key exists. In Vue instance, If not specified component locale messages, check with global locale messages. If you specified locale, check the locale messages of locale.\n\n\n$d\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nLocalize the datetime of value with datetime format of key. The datetime format of key need to register to dateTimeFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, Localized in preferentially it than locale option of VueI18n constructor.\nIf the datetime format of key not exist in dateTimeFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\n$n\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: NumberFormatResult\nLocalize the number of value with number format of key. The number format of key need to register to numberFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, Localized in preferentially it than locale option of VueI18n constructor.\nIf the number format of key not exist in numberFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\nInjected properties\n$i18n\n\nType: I18n\n\nRead only\nGet a VueI18n instance. If you are specify.\nIf you have specified an i18n option at component options, you will be able to get a VueI18n instance at the component, Otherwise, you will be able get root VueI18n instance.\n\n\nVueI18n class\nVuei18n class implement I18n interface of flowtype definitions\nStatic properties\nversion\n\nType: string\nvue-i18n version.\n\n\navailabilities\n\n 7.0+\n\n\nType: IntlAvailability\nWhether the following internationalization features are available:\n\n{boolean} dateTimeFormat: locale sensitive datetime formatting\n\n{boolean} numberFormat: locale sensitive number formatting\nThe above internationalization features are depends on the browser environmens, due to implement with ECMAScript Internationalization API (ECMA-402).\n\n\nConstructor options\nYou can specify the below some options of I18nOptions constructor options of flowtype definitions\nlocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nDefault: {}\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nDefault: {}\nThe datetime formats of localization.\n\nSee also: DateTimeFormats type of flowtype definitions\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nDefault: {}\nThe number formats of localization.\n\nSee also: NumberFormats type of flowtype definitions\n\n\nformatter\n\nType: Formatter\n\nDefault: Built in formatter\nThe formatter that implemented with Formatter interface.\n\n\nmissing\n\nType: MissingHandler\n\nDefault: null\nA hander for localization missing. The handler gets called with the localization target locale, localization path key and the Vue instance.\nIf missing hander is assigned, and occured localization missing, it's not warned.\n\n\nfallbackRoot\n\nType: Boolean\n\nDefault: true\nIn the component localization, whether to fall back to root level (global) localization when localization fails.\nIf false, it's warned, and is returned the key.\n\n\nsync\n\nType: Boolean\n\nDefault: true\nWhether synchronize the root level locale to the component localization locale.\nIf false, regardless of the root level locale, localize for each component locale.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: Boolean\n\nDefault: false\nWhether suppress warnings outputted when localization fails.\nIf true, supress localization fail warnings.\n\n\nProperties\nlocale\n\nType: Locale\n\nRead/Write\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nRead/Write\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nRead only\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nRead only\nThe datetime formats of localization.\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nRead only\nThe number formats of localization.\n\n\nmissing\n\nType: MissingHandler\n\nRead/Write\nA hander for localization missing.\n\n\nformatter\n\nType: Formatter\n\nRead/Write\nThe formatter that implemented with Formatter interface.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: boolean\n\nRead/Write\nWhether suppress warnings outputted when localization fails.\n\n\nMethods\ngetLocaleMessage( locale )\n\nArguments:\n\n{Locale} locale\n\n\nReturn: LocaleMessageObject\nGet the locale message of locale.\n\n\nsetLocaleMessage( locale, message )\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nSet the locale message of locale.\n\n\nmergeLocaleMessage( locale, message )\n\n6.1+\n\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nMerge the registered locale messages with the locale message of locale.\n\n\nt( key, [locale], [values] )\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn:: TranslateResult\nThis is the same as the Function returned with $t method. More detail see $t.\n\n\ni( key, [locale], [values] )\n\n 7.0+\n\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array} values: optional\n\n\nReturn:: TranslateResult\n\n\ntc( key, [choice], [values] )\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nThis is the same as the Function returned $tc method. More detail see $tc.\n\n\nte( key, [locale] )\n\nArguments:\n\n{string} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key path exists in global locale message. If you specified locale, check the locale message of locale.\n\n\ngetDateTimeFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: DateTimeFormat\nGet the datetime format of locale.\n\n\nsetDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nSet the datetime format of locale.\n\n\nmergeDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nMerge the registered datetime formats with the datetime format of locale.\n\n\nd( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nThis is the same as $d method of Vue instance method. More detail see $d.\n\n\ngetNumberFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: NumberFormat\nGet the number format of locale.\n\n\nsetNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nSet the number format of locale.\n\n\nmergeNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nMerge the registered number formats with the number format of locale.\n\n\nn( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: NumberFormatResult\nThis is the same as $n method of Vue instance method. More detail see $n.\n\n\nDirectives\n\n 7.3+\n\nv-t\n\nExpects: string | Object\n\nDetails:\nUpdate the element textContent that localized with locale messages. You can use string syntax or object syntax. string syntax can be specified as a keypath of locale messages.\nIf you can be used object syntax, you need to specify as the object key the following params:\n\npath: required, key of locale messages\nlocale: optional, locale\nargs: optional, for list or named formatting\n\n\nExamples:\n \n\n\n \n\n\n\n\n\n\n\n\n\nSee also: Custom directive localization\n\n\nComponents\ni18n functional component\n\n 7.0+\n\nProps:\n\npath {Path}: required, keypath of locale messages\nlocale {Locale}: optional, locale\ntag {string}: optional, default span\nplaces {Array | Object}: optional (7.2+)\n\nUsage:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nSee also:\nComponent interpolation\nSpecial Attributes\nplace\n\n 7.2+\n\nExpects: {number | string}\nUsed on component interpolation to indicate which index of list formatting or key of named formatting.\nFor detailed usage, see the guide section linked below.\nSee also:\nComponent interpolation\n"}}}
\ No newline at end of file
+{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["$t","5.x","advanc","api","attribut","base","basic","block","class","compon","config","constructor","custom","datetim","direct","docs?","document","extens","fallback","featur","file","format","get","global","hot","html","i18n","inject","instal","instanc","internation","interpol","introduct","later.","lazi","link","list","load","local","look","messag","method","migrat","multipl","name","note","note:","number","object","option","place","plugin","plural","properti","rail","refer","releas","reload","rubi","singl","special","start","static","string","structur","support","syntax","t","usag","v","v6.0","vs","vue","vue.j","vuei18n","yaml"],"installation.html":["$","'vue","'vue'","/","2.0.0+","abov","add","alway","automatically:","base","build","build.","cd","cdn","clone","compat","dev","direct","directli","don't","download","explicitli","git","github","global","https://github.com/kazupon/vu","https://unpkg.com/vu","i18n","i18n'","i18n.git","i18n.j","i18n/dist/vu","i18n@7.5.0/dist/vu","import","includ","instal","itself","latest","link","links.","modul","need","node_modules/vu","note","npm","npm.","point","provid","releas","run","script","specif","system,","tags.","unpkg.com","url","us","version/tag","via","vue","vue.j","vue.use():","vue.use(vuei18n)","vuei18n","want","yarn","yourself"],"started.html":["$t(\"message.hello\")","'hello","'ja',","'vue","'vue'","'こんにちは、世界'","(e.g.","//","=","`i18n`","app","call","cli),","code","const","creat","en:","es2015","following:","get","guide.","hello:","html","i18n","i18n'","import","instanc","ja:","javascript","local","locale:","messag","message:","messages,","modul","new","now","option","output","readi","sampl","set","start","started!","system","translat","us","via","vue","vue({","vue.use(vuei18n)","vue.use(vuei18n).","vuei18n","vuei18n({","world'","{","{{","}","})","}).$mount('#app')","},","}}","こんにちは、世界"],"formatting.html":["$t('hello',","$t('message.hello',","'%{msg}","'en","'hello","'hello'","'hello'})","'hi","'how","'kazupon'","'kazupon',","'p',","'{0}","'{msg}","(compon","(e.g.","(includ","(instead","(message,","(options)","*/),","...","...},","...}]`","//","=",">","@param","@return","['hello'])","['kazupon'])","['resolv","`$t`","`$t`,","`$tc`","`$tc`.","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`{","accept","arbitrari","array","array}","below","below:","case","check","class","compon","component.","const","constructor","content","content.","custom","customformatt","customformatter(/*","danger","dynam","e.g.","easili","en:","es2015","example.","exist","feature.","follow","following:","format","format.","formatt","formatted)","formatter:","formatting:","fromatt","function","hello","hello:","here","html","i18n","icu","implement","implementaion","includ","interface.","interpol","interpolc","interpolcation)","interpolcation.","kazupon","lead","list","local","locale:","logic","mayb","messag","message:","messages:","msg:","name","name:","need","never","new","note:","object","object,","object:","offici","option","output","pass","pre","provid","rail","realiz","recommend","regist","render","return","rubi","run!","sometimes,","static","string","string']","string,","string.","support","syntax).","syntax:","tag:","templat","text:","translat","trust","us","us',","us':","user","valu","values)","values.","values:","veri","vnode","vnode):","vnode{","vue({","vuei18n({","vulnerabilities.","want","websit","world","world'","xss","you?","you?',","{","{'0':","{0}'","{array}","{name}'","{object","{string}","{{","|","}","})","}).$mount('#app')","},","}`","}}"],"pluralization.html":["$tc('apple',","$tc('car',","'car","'no","0)","1)","10","10,","2)","=","appl","apple:","apples'","below:","car","car:","cars',","const","count:","defin","en:","local","messag","on","output","pipe","plural","pluralization.","separator,","separator.","templat","translat","{","{count}","{{","|","}","})","}}"],"datetime.html":["$d(new","'en","'ja","'long',","'numeric'","'numeric',","'short')","'short',","(e.g.","19,","2017","2017年4月19日(水)","402","7.0+","=","above,","apr","below:","const","constructor:","date(),","datetim","datetimeformat","day:","defin","definit","ecma","etc),","format","formats.","hour12:","hour:","i18n","intl.datetimeformat","jp')","jp':","local","long,","long:","messages,","minute:","month:","name","need","new","option","output","short,","short:","specifi","templat","true","us","us':","vue({","vuei18n","vuei18n({","weekday:","year:","{","{{","}","})","}).$mount('#app')","},","}}","午前2:19"],"number.html":["$100.00","$n(100,","'currency')","'currency',","'en","'ja","'jpy',","'symbol'","'usd'","(e.g.","402","7.0+","=","above,","below:","const","constructor:","currency,","currency:","currencydisplay:","defin","definit","ecma","etc),","format","formats.","i18n","intl.numberformat","jp')","jp':","local","messages,","name","need","new","number","numberformat","option","output","specifi","style:","templat","us","us':","vue({","vuei18n","vuei18n({","{","{{","}","})","}).$mount('#app')","},","}}","¥100"],"messages.html":["!!!!","!!!!'","\"en\":","\"internal1\":","\"ja\":","\"key1\":","\"message1\":","\"nested\":","\"thi","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('key1')","$t('message.linked')","$t('nested.message1')","'@:message.dio","'dio:',","'en'","'ja'","'the","...","//","0","1","1\"","=","@:","@:message.the_world","[","[key:","]","abov","alway","annot","anoth","array","base","basic","below","below:","bnf","code","concret","configur","const","content","defnition,","dio:","en:","error","errors:","flowtyp","follow","following:","full","includ","intern","it.","key","key,","link","linked:","local","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","messag","message\"","message\",","message1","message1\"","message1\",","message:","messages:","name","namespac","nest","object","on","ouput","output","path","path]:","paths.","prefix","same","sign","string","string;","structur","structure,","syntax","syntax,","templat","text","the_world:","there'","to.","translat","type","us","want","world","world',","{","{{","|","}","},","};","}}"],"fallback.html":["$t('message')","'en',","'hello","'ja',","=","below:","const","constructor","en","en:","exist","fallback","fallbacklocal","fallbacklocale:","follow","hello","i18n","ja","ja:","key","key:","local","locale:","messag","message:","new","option","option,","output","specifi","templat","vuei18n","vuei18n({","world","world'","{","{{","}","})","},","}}"],"component.html":["$t","$t(\"message.greeting\")","$t(\"message.hello\")","$tc","'good","'hello","'ja').","'ja',","'おはようございます'","'こんにちは、component1'","'こんにちは、世界',","(e.g.","(in","//","=","`","`,","`i18n`","abov","above,","back","base","compon","component.","component1","component1'","components:","compos","const","constructor","conveni","defin","design.","doesn't","due","each","en:","etc)","exampl","example:","fall","fallback","fals","following:","general,","global","greeting:","hello:","hope","i18n","i18n,","i18n:","info","info.","instanc","instance.","ja:","languag","local","locale,","locale,messages,","locale:","manag","message,","message:","messages:","more","morning'","new","option","option.","orient","output","realiz","root","separately,","set","setup","sync:","template:","therefor","translat","us","vue","vue({","vuei18n","vuei18n({","world',","{","{{","}","})","}).$mount('#app')","},","}}","おはよう、世界!","こんにちは、component1","こんにちは、世界"],"directive.html":["$t","$t,","'en',","'hello'","'hi","'kazupon'","'こんにちは、{name}!'","'こんにちは!'","()","7.3+","also,","better","cach","compil","complex.","comput","computed:","con","cons:","content","costs.","createrender","custom","data:","direct","directive,","directive.","due","element.","en:","everytim","execut","extend","extensions.","flexibl","follow","function.","hello:","hi","i18n","i18n:","insert","instanc","instance.","it'","ja:","javascript:","kazupon!","keypath","local","locale:","make","messag","messages:","method","method.","modul","more","mustash","need","new","nicknam","object","occures,","once.","optimizations.","option","outputs:","pass","path:","perform","possibl","pre","pro","prop","provid","re","render","rendering,","return","server","set","side","string","syntax","syntax')","syntax.","t","templat","templates:","textcont","there!","there!'","therefor","translat","us","v","vs","vue","vue({","vuei18n({","{","{name}!'","{{}}","}","}),","}).$mount('#object","}).$mount('#str","},","こんにちは、kazupon!"],"interpolation.html":["$t('change')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","'/change',","'/refund',","'/term'","'chang","'en',","'i","'refund","'term","'you","'利用規約',","'私は","15","15,","30","7.0+","7.2+","=","abov","accept","advanc","agreement","agreement'","appearance.","attribut","attribute.","avoid","basic","chang","change:","changelimit","changelimit:","changeurl:","children","compon","component,","component.","compos","configur","consist","const","content","cumbersome,","data:","defin","departure.","departure.',","due","en:","exampl","example,","example:","fallback","flight","flight',","follow","following,","format","formatting,","formatting.","function","help","html","html=\"$t('term')\".","i18n","i18n,","implement","includ","info:","interpl","interpol","ja:","list","local","locale:","messag","message,","message.","messages:","minut","name","need","new","note:","omitted.","order","otherwis","ouput:","output:","outputs:","path","place","possibl","probabl","prop.","properti","refund","refund:","refundlimit:","refundurl:","see","servic","service',","service.","set.","sometimes,","space","still","support","tag","template:","term","term1:","term2:","term:","text","ticket","ticket'","tos:","tri","until","url:","us","usag","v","veri","vue({","vuei18n({","vulner","want","white","xss","xxx","xxx\\'s',","{","{0}.'","{action}","{limit}","{{","}","})","}).$mount('#app')","},","}}","}}{{","の{0}に同意します。'"],"sfc.html":["\"en\":","\"hello","\"hello\":","\"ja\":","\"こんにちは、世界!\"","$","$t('hello')","'@kazupon/vu","'app',","'babel","'css","'en'","'vue","'yaml","()","(beta)","(https://github.com/kazupon/vu","(npm","(val)",")","...",".rule('vue')",".tap(opt",".use('vu",".vue","//","/\\.vue$/,","/bower_components/,","/src/builder/webpack","3.0",":","=","=>","?","@kazupon/vu","[","]","`i18n`","`vue","above,","add","additionally:","alreadi","applic","attribute,","basic","below","below:","block","block.","blocks.","build","chainwebpack:","cli","click","common","compon","component.","components,","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","const","copi","creat","css:","custom","d","d)","data","deepmerg","deepmerge!","default","defin","dev","don't","done","due","en","en:","esmodule:","example:","exclude:","exist","export","extractcss:","fallback:","featur","file","files.","first","follow","following:","forget","format","format,","format:","found","hello:","here.","hide","i18n","i18n:","ia8n","includ","insid","instal","ja","ja:","js:","json","key","laravel","latest","less:","load","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","local","locale:","make","manag","manual","merg","merge(options,","messag","message:","messg","mix","mix.webpackconfig({","mix@1.5.1","modifi","module.","module.export","module:","more","multipl","name:","need","npm","onc","options:","order","postcss:","postloaders:","pre","preloaders:","project","project.","read","require('deepmerge')","required:","return","root","rule","rules.j","rules:","sass:","save","scss:","second","singl","so,","specifi","src","style","stylus:","support","sure","tag","test:","that,","this.$i18n.local","updat","us","usag","use:","val","vue","vue.config.j","vueextractplugin.extract({","want","watch:","way,","webpack","webpack.mix.j","work","world!\"","yaml","yarn","{","{{","}","})","}),","});","},","}}"],"hot-reload.html":["$i18n","'./ja'],","'en',","()","(module.hot)","...","//","=","app","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","application.","chang","const","file","follow","function","hot","i18n","i18n,","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","instanc","local","locale:","messag","module.hot.accept(['./en',","new","properti","reload","require('./en').default)","require('./ja').default)","run","someth","updat","via","vue({","vuei18n","vuei18n({","watch","{","}","})","}).$mount('#app')"],"lazy-loading.html":["!==","\"lang","'@/lang'","'axios'","'en',","'vue","'vue'","(!loadedlanguages.includes(lang))","(i18n.local","(lang)","*/","//","//i18n","=","=>","['en']","[request]\"","`@/lang/${lang}`).then(msg","actual","allow","arbitrari","array","assum","asynchron","axio","axios.defaults.headers.common['accept","beforeeach","bellow","call","case","catch","chang","check","common","compon","const","cool","creat","default","directori","dist","document.queryselector('html').setattribute('lang',","documentation.","done","dynamically,","easi","easili","en.j","export","fallbacklocale:","file","finish.","folder","forward.","from,","function","function,","gener","global","hook.","i18n","i18n'","i18n.local","i18n.setlocalemessage(lang,","import","import(/*","improv","init","inits,","insid","instanc","instance,","it.j","keep","lang","lang)","languag","language']","languages.","lazi","learn","let","load","loadedlanguag","loadedlanguages.push(lang)","loadlanguageasync","loadlanguageasync(lang).then(()","local","locale:","messag","more","msgs.default)","needed.","new","next","next())","next)","normal","not,","on","onc","overkil","plugin","prelaod","project","promis","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","provid","realli","reject","reside.","return","rout","router","router.beforeeach((to,","set","seti18nlanguag","seti18nlanguage(lang)","setup","setup,","setup.j","short","similar","src","stop","store","straight","support","to.params.lang","track","transition.","translat","unnecessary.","us","via","vue","vue.use(vuei18n)","vuei18n","vuei18n({","wait","webpack","webpack.","webpackchunkname:","would.","{","}","})"],"migrations.html":["!!'))","$lang","''","'accept':","'application/json'","'application/json',","'content","'en'","'en',","'get',","'hello","'hi","'hi!'","'ja'","'ja')","'ja',","'kazupon'","'load","'no","'someth","'title1'","'zh'","'こんにちは、世界',","'やあ!'","(err)","(err,","(for","(locale,","(message,","(object.keys(json).length","+","...","...'","...values)","/","//","0)","10","=","===","=>",">","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('ja',","app.load","appl","apple:","apples'","below:","cb(error)","cb(null,","cb)","chang","class","compon","component1","config","console.error(err)","const","constructor","count","count,","custom","customformatt","customformatter(),","data:","dynam","empti","en","en)","en.greet","en:","error('local","fallback","fallbacklang","fallbacklocal","fallbacklocale:","fals","featur","fetch('/locales/'","format","format:","formatt","formatter:","function","global","greeting:","handl","handler","headers:","hello:","hi","i18n","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n:","i18nformatt","implement","instanc","ja","ja)","ja.greet","ja:","kazupon","key,","lang","loading:","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale:","logic","messag","message)","messages,","messages:","method","method:","methods:","migrat","miss","missing:","missinghandl","name:","need","new","on","option","option):","option,","promise.reject(new","promise.resolve(json)","properti","property:","remov","render","replac","res.json()","return","set","someth","string'","title:","translat","true","type':","us","vm)","vue({","vue.local","vue.t","vue.tc","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","world'","world',","{","{count}","{name}'","|","}","})","}).$mount('#app')","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","},"],"api.html":["$d","$d.","$i18n","$n","$n.","$t","$t('tos')","$t.","$tc","$tc.","$te","'/term'","'en","'en',","'i","'term","'利用規約',","'私は","(","(7.2+)","(ecma","(global)",")","/","1","402).","6.1+","7.0+","7.2+","7.3+","=","[choice],","[key],","[locale]","[locale],","[values]","abov","accept","also:","api","args:","argument","argument,","arguments:","array","assigned,","attribut","avail","available:","back","base","below","below.","boolean","browser","built","call","check","choice:","class","class,","compon","component,","const","constructor","constructor.","currenc","currencydisplay","custom","d(","data:","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","default","default:","definit","depen","depend","detail","details:","direct","due","each","ecmascript","element","en:","environmens,","examples:","exist","exists.","expects:","extens","fail","fails.","fall","fallback","fallbacklocal","fallbackroot","fals","false,","featur","flowtyp","follow","format","formatmatch","formatt","formatting.","function","get","getdatetimeformat","getlocalemessage(","getnumberformat","global","guid","hander","handler","i(","i18n","i18n,","i18nopt","implement","index","indic","inject","instanc","instance,","instance.","interfac","interface.","internation","interpol","intlavail","it'","ja:","key","key,","key.","key:","keypath","level","link","list","local","locale,","locale.","locale:","localematch","localemessag","localemessageobject","localization,","localization.","maximumfractiondigit","maximumsignificantdigit","merg","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message.","messages,","messages.","method","method.","minimumfractiondigit","minimumintegerdigit","minimumsignificantdigit","miss","missing,","missing.","missinghandl","more","n(","name","need","new","null","number","numberformat","numberformat:","numberformatresult","object","object,","object}","object}:","occur","option","option,","option.","optional,","options,","otherwise,","output","over","params:","path","path:","place","pluralization.","preferenti","prioriti","properti","properties:","props:","read","read/writ","refer","regardless","regist","requir","required,","return","return:","return::","root","same","second","section","see","sensit","service',","set","setdatetimeformat","setlocalemessage(","setnumberformat","silenttranslationwarn","span","special","specifi","specify.","static","string","string}","style","suppress","supress","sync","synchron","syntax","syntax,","syntax.","t","t(","tag","target","tc(","te(","term:","textcont","too.","tos:","translateresult","true","true,","type","type:","updat","url:","us","us'","usage,","usage:","usegroup","v","valu","value,","value.","value:","values,","values:","version","version.","vue","vue({","vuei18n","vuei18n({","warn","warned,","warned.","warnings.","whether","xxx","{","{0}.'","{array","{array}","{boolean}","{datetimeformat}","{local","{localemessageobject}","{locale}","{locale}:","{number","{numberformat}","{number}","{path","{path}","{path}:","{string","{string}","{string}:","{{","{}","|","}","})","}).$mount('#app')","},","}}","の{0}に同意します。'"]},"length":17},"tokenStore":{"root":{"0":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"1":{"0":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"5":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"9":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"2":{"0":{"1":{"7":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}},"年":{"4":{"docs":{},"月":{"1":{"9":{"docs":{},"日":{"docs":{},"(":{"docs":{},"水":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"docs":{}}},"docs":{}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"3":{"0":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},"docs":{},".":{"0":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"docs":{}}},"4":{"0":{"2":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"docs":{}},"docs":{}},"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}}},"6":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}},"docs":{}}},"7":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.014847161572052401}}}},"2":{"docs":{},"+":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"3":{"docs":{},"+":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"docs":{}}},"docs":{},"$":{"1":{"0":{"0":{"docs":{},".":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"installation.html":{"ref":"installation.html","tf":0.056074766355140186},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.02912621359223301},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.010256410256410256}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}},"'":{"docs":{},")":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"1":{"docs":{},"]":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}},"2":{"docs":{},"]":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"docs":{}}}},"docs":{}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"2":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"docs":{}}}},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"1":{"0":{"0":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"docs":{}},"docs":{}},"docs":{}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"docs":{}},"docs":{}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":5.00174672489083}}},"p":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045}},"l":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"'":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"docs":{}},"docs":{}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"r":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}}}}}}},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.017467248908296942}}}}}}}}}}},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"[":{"docs":{},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":3.3435897435897433},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"c":{"docs":{},"k":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.028037383177570093},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.02729528535980149},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.03409090909090909},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}}}}},"n":{"docs":{},"f":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},")":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":3.374358974358974},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"sfc.html":{"ref":"sfc.html","tf":3.3409669211195925},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.013100436681222707}},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"n":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"f":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"s":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.035830618892508145},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}}}}}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"d":{"docs":{},"e":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"p":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"o":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"directive.html":{"ref":"directive.html","tf":3.3576051779935274},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},")":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"y":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.045454545454545456}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"s":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}}},"c":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}},"e":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}}}}},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"b":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"datetime.html":{"ref":"datetime.html","tf":5.03125},"api.html":{"ref":"api.html","tf":0.00960698689956332}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375},"api.html":{"ref":"api.html","tf":0.0069868995633187774}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"a":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"directive.html":{"ref":"directive.html","tf":3.3478964401294498},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"o":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"s":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"o":{"docs":{},"c":{"docs":{},"s":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}},"e":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"e":{"docs":{},"!":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"u":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"d":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"n":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"l":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"h":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401}},"s":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"fallback.html":{"ref":"fallback.html","tf":5.017857142857143},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"e":{"docs":{},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"r":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.05},"formatting.html":{"ref":"formatting.html","tf":10.01985111662531},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.03842794759825328}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.007860262008733625}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"r":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"s":{"docs":{},".":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"l":{"docs":{},"l":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":5.009803921568627},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"component.html":{"ref":"component.html","tf":0.020512820512820513},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}}}},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"hot-reload.html":{"ref":"hot-reload.html","tf":5.054054054054054}}},"u":{"docs":{},"r":{"1":{"2":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{}},"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"p":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"o":{"docs":{},"k":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"=":{"docs":{},"\"":{"docs":{},"$":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{},")":{"docs":{},"\"":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}}}}}}}},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"p":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"r":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"i":{"docs":{"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"d":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"installation.html":{"ref":"installation.html","tf":0.07476635514018691},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.030534351145038167},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.029315960912052116},"api.html":{"ref":"api.html","tf":0.00611353711790393}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}},"@":{"7":{"docs":{},".":{"5":{"docs":{},".":{"0":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":10.046728971962617},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"i":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"l":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"f":{"docs":{},"o":{"docs":{"component.html":{"ref":"component.html","tf":0.015384615384615385}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"s":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.029411764705882353},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"a":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"c":{"docs":{},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"a":{"8":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"docs":{}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"s":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"z":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.008230452674897}}}},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.02880658436213992},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"s":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.032921810699588}},"e":{"docs":{},"r":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083}},"!":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"'":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.019083969465648856}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"?":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"s":{"docs":{},"[":{"docs":{},"]":{"docs":{},"=":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}},"`":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.058333333333333334},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":5.0234375},"number.html":{"ref":"number.html","tf":5.034090909090909},"messages.html":{"ref":"messages.html","tf":3.3773861967694563},"fallback.html":{"ref":"fallback.html","tf":5.071428571428571},"component.html":{"ref":"component.html","tf":3.4},"directive.html":{"ref":"directive.html","tf":3.3430420711974107},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.014657980456026058},"api.html":{"ref":"api.html","tf":0.0794759825327511}},"e":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.010480349344978166}}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"[":{"docs":{},"]":{"docs":{},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.010480349344978166}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.013100436681222707}}}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"r":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.02977667493796526},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":3.372980910425844},"fallback.html":{"ref":"fallback.html","tf":0.08928571428571429},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.021834061135371178}},"e":{"1":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.03076923076923077},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.025},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"migrations.html":{"ref":"migrations.html","tf":10.001628664495113}}}}}},"n":{"docs":{},"u":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"@":{"1":{"docs":{},".":{"5":{"docs":{},".":{"1":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"docs":{}}},"docs":{}}},"docs":{}}},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"(":{"docs":{},"[":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"n":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}},"r":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004366812227074236}}},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"a":{"docs":{},"y":{"docs":{},"b":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"k":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"number.html":{"ref":"number.html","tf":5.045454545454546},"api.html":{"ref":"api.html","tf":0.02096069868995633}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909},"api.html":{"ref":"api.html","tf":0.007860262008733625}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.030944625407166124},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"s":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}},"x":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"(":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"p":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.04672897196261682},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004366812227074236}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.025},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.04017467248908297}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},")":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.016593886462882096}}}}}}},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"pluralization.html":{"ref":"pluralization.html","tf":10.028169014084508}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{"directive.html":{"ref":"directive.html","tf":0.019417475728155338}},"p":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"y":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"a":{"docs":{},"o":{"docs":{},"d":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"s":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"i":{"docs":{},"p":{"docs":{},"e":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":5.0008733624454145}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"hot-reload.html":{"ref":"hot-reload.html","tf":5.027027027027027}}}}}},"a":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"i":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"/":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}}}}},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"l":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.010480349344978166}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.00960698689956332}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}}}}}},"d":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}}}}}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},"!":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"s":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"u":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224}}}}},"g":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"d":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"i":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.017467248908296942}}},"y":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":5.009803921568627}},"e":{"docs":{},"d":{"docs":{},"!":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004366812227074236}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"]":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"e":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"u":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"r":{"docs":{},"e":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"r":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.025},"messages.html":{"ref":"messages.html","tf":3.34654919236417},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},")":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"'":{"docs":{},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"e":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"u":{"docs":{},"p":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"i":{"docs":{},"c":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.010480349344978166}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"r":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"a":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.024271844660194174},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"c":{"docs":{},"k":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"e":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"r":{"docs":{},"m":{"1":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"2":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"docs":{}},"docs":{}}}}}}},"o":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"o":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.01921397379912664}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"c":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"u":{"docs":{},"s":{"docs":{"installation.html":{"ref":"installation.html","tf":0.037383177570093455},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.025},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"r":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"v":{"6":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}},"docs":{}}},"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.041666666666666664},"installation.html":{"ref":"installation.html","tf":0.06542056074766354},"started.html":{"ref":"started.html","tf":0.0392156862745098},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.02099236641221374},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"api.html":{"ref":"api.html","tf":0.0069868995633187774}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},")":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}},"docs":{}},"docs":{}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.029411764705882353},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.013100436681222707}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.017915309446254073},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"#":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"docs":{}},"docs":{}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"a":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.00611353711790393}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.004366812227074236}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},")":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"m":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"r":{"docs":{},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"?":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"}":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"j":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"p":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{}}}}}}}}}},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"%":{"docs":{},"{":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"{":{"0":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},"'":{"docs":{},")":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},",":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"n":{"docs":{},"o":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0703125}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.046875}}}}}}}},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"@":{"docs":{},":":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},"'":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"docs":{}}}}}},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"ご":{"docs":{},"ざ":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"利":{"docs":{},"用":{"docs":{},"規":{"docs":{},"約":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"私":{"docs":{},"は":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}},".":{"docs":{},"/":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}},"z":{"docs":{},"h":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}},"や":{"docs":{},"あ":{"docs":{},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"/":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"/":{"docs":{"started.html":{"ref":"started.html","tf":0.10784313725490197},"formatting.html":{"ref":"formatting.html","tf":0.09181141439205956},"messages.html":{"ref":"messages.html","tf":0.039647577092511016},"component.html":{"ref":"component.html","tf":0.015384615384615385},"sfc.html":{"ref":"sfc.html","tf":0.022900763358778626},"hot-reload.html":{"ref":"hot-reload.html","tf":0.12162162162162163},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.06514657980456026}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"docs":{}},"docs":{}}},"\\":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"y":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"e":{"docs":{},"b":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}},"e":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}}}}}}},"(":{"7":{"docs":{},".":{"2":{"docs":{},"+":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"docs":{}}},"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}},"b":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"!":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"=":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.030837004405286344},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.06026058631921824},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},">":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}},"=":{"docs":{},"=":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"`":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"`":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"docs":{}},"docs":{}},"$":{"docs":{},"t":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"c":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"[":{"docs":{},"'":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}},"v":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"@":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"$":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"{":{"0":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"docs":{"started.html":{"ref":"started.html","tf":0.049019607843137254},"formatting.html":{"ref":"formatting.html","tf":0.04962779156327544},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0546875},"number.html":{"ref":"number.html","tf":0.056818181818181816},"messages.html":{"ref":"messages.html","tf":0.04405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.05357142857142857},"component.html":{"ref":"component.html","tf":0.06666666666666667},"directive.html":{"ref":"directive.html","tf":0.04854368932038835},"interpolation.html":{"ref":"interpolation.html","tf":0.031914893617021274},"sfc.html":{"ref":"sfc.html","tf":0.06297709923664122},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.06188925081433225},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"}":{"docs":{},"}":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"'":{"0":{"docs":{},"'":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"docs":{}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.010480349344978166}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.014847161572052401}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.0392156862745098},"formatting.html":{"ref":"formatting.html","tf":0.03970223325062035},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.03125},"number.html":{"ref":"number.html","tf":0.045454545454545456},"messages.html":{"ref":"messages.html","tf":0.022026431718061675},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.05641025641025641},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.03625954198473282},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.03745928338762215},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},".":{"docs":{},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},";":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.02480916030534351},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"{":{"docs":{},"{":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"docs":{}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},")":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098}},"}":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},">":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}},"@":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"[":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},"\"":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"e":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.01222707423580786}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"api.html":{"ref":"api.html","tf":0.00960698689956332}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"e":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"x":{"docs":{},"x":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"\\":{"docs":{},"'":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"|":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"pluralization.html":{"ref":"pluralization.html","tf":0.056338028169014086},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.014847161572052401}}},"午":{"docs":{},"前":{"2":{"docs":{},":":{"1":{"9":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},"docs":{}},"docs":{}}},"docs":{}}},"¥":{"1":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}},"docs":{}},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"'":{"docs":{},")":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"=":{"docs":{},"=":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"\"":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"\"":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"]":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}},"の":{"docs":{},"{":{"0":{"docs":{},"}":{"docs":{},"に":{"docs":{},"同":{"docs":{},"意":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}},"docs":{}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.013100436681222707}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"?":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"+":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"length":1975},"corpusTokens":["!!!!","!!!!'","!!'))","!==","\"en\":","\"hello","\"hello\":","\"internal1\":","\"ja\":","\"key1\":","\"lang","\"message1\":","\"nested\":","\"thi","\"こんにちは、世界!\"","$","$100.00","$d","$d(new","$d.","$i18n","$lang","$n","$n(100,","$n.","$t","$t(\"message.greeting\")","$t(\"message.hello\")","$t('change')","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('hello')","$t('hello',","$t('key1')","$t('message')","$t('message.hello',","$t('message.linked')","$t('nested.message1')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","$t.","$tc","$tc('apple',","$tc('car',","$tc.","$te","'%{msg}","''","'./ja'],","'/change',","'/refund',","'/term'","'@/lang'","'@:message.dio","'@kazupon/vu","'accept':","'app',","'application/json'","'application/json',","'axios'","'babel","'car","'chang","'content","'css","'currency')","'currency',","'dio:',","'en","'en'","'en',","'get',","'good","'hello","'hello'","'hello'})","'hi","'hi!'","'how","'i","'ja","'ja'","'ja')","'ja').","'ja',","'jpy',","'kazupon'","'kazupon',","'load","'long',","'no","'numeric'","'numeric',","'p',","'refund","'short')","'short',","'someth","'symbol'","'term","'the","'title1'","'usd'","'vue","'vue'","'yaml","'you","'zh'","'{0}","'{msg}","'おはようございます'","'こんにちは、component1'","'こんにちは、{name}!'","'こんにちは、世界'","'こんにちは、世界',","'こんにちは!'","'やあ!'","'利用規約',","'私は","(","(!loadedlanguages.includes(lang))","()","(7.2+)","(beta)","(compon","(e.g.","(ecma","(err)","(err,","(for","(global)","(https://github.com/kazupon/vu","(i18n.local","(in","(includ","(instead","(lang)","(locale,","(message,","(module.hot)","(npm","(object.keys(json).length","(options)","(val)",")","*/","*/),","+","...","...'","...values)","...},","...}]`",".rule('vue')",".tap(opt",".use('vu",".vue","/","//","//i18n","/\\.vue$/,","/bower_components/,","/src/builder/webpack","0","0)","1","1\"","1)","10","10,","15","15,","19,","2)","2.0.0+","2017","2017年4月19日(水)","3.0","30","402","402).","5.x","6.1+","7.0+","7.2+","7.3+",":","=","===","=>",">","?","@:","@:message.the_world","@kazupon/vu","@param","@return","[","['en']","['hello'])","['kazupon'])","['resolv","[choice],","[key:","[key],","[locale]","[locale],","[request]\"","[values]","]","`","`$t`","`$t`,","`$tc`","`$tc`.","`,","`@/lang/${lang}`).then(msg","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`vue","`{","abov","above,","accept","actual","add","additionally:","advanc","agreement","agreement'","allow","alreadi","also,","also:","alway","annot","anoth","api","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","app.load","appearance.","appl","apple:","apples'","applic","application.","apr","arbitrari","args:","argument","argument,","arguments:","array","array}","assigned,","assum","asynchron","attribut","attribute,","attribute.","automatically:","avail","available:","avoid","axio","axios.defaults.headers.common['accept","back","base","basic","beforeeach","bellow","below","below.","below:","better","block","block.","blocks.","bnf","boolean","browser","build","build.","built","cach","call","car","car:","cars',","case","catch","cb(error)","cb(null,","cb)","cd","cdn","chainwebpack:","chang","change:","changelimit","changelimit:","changeurl:","check","children","choice:","class","class,","cli","cli),","click","clone","code","common","compat","compil","complex.","compon","component,","component.","component1","component1'","components,","components:","compos","comput","computed:","con","concret","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","cons:","consist","console.error(err)","const","constructor","constructor.","constructor:","content","content.","conveni","cool","copi","costs.","count","count,","count:","creat","createrender","css:","cumbersome,","currenc","currency,","currency:","currencydisplay","currencydisplay:","custom","customformatt","customformatter(),","customformatter(/*","d","d(","d)","danger","data","data:","date(),","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","day:","deepmerg","deepmerge!","default","default:","defin","definit","defnition,","departure.","departure.',","depen","depend","design.","detail","details:","dev","dio:","direct","directive,","directive.","directli","directori","dist","docs?","document","document.queryselector('html').setattribute('lang',","documentation.","doesn't","don't","done","download","due","dynam","dynamically,","e.g.","each","easi","easili","ecma","ecmascript","element","element.","empti","en","en)","en.greet","en.j","en:","environmens,","error","error('local","errors:","es2015","esmodule:","etc)","etc),","everytim","exampl","example,","example.","example:","examples:","exclude:","execut","exist","exists.","expects:","explicitli","export","extend","extens","extensions.","extractcss:","fail","fails.","fall","fallback","fallback:","fallbacklang","fallbacklocal","fallbacklocale:","fallbackroot","fals","false,","featur","feature.","fetch('/locales/'","file","files.","finish.","first","flexibl","flight","flight',","flowtyp","folder","follow","following,","following:","forget","format","format,","format.","format:","formatmatch","formats.","formatt","formatted)","formatter:","formatting,","formatting.","formatting:","forward.","found","from,","fromatt","full","function","function,","function.","gener","general,","get","getdatetimeformat","getlocalemessage(","getnumberformat","git","github","global","greeting:","guid","guide.","hander","handl","handler","headers:","hello","hello:","help","here","here.","hi","hide","hook.","hope","hot","hour12:","hour:","html","html=\"$t('term')\".","https://github.com/kazupon/vu","https://unpkg.com/vu","i(","i18n","i18n'","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.git","i18n.j","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","i18n.setlocalemessage(lang,","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n/dist/vu","i18n:","i18n@7.5.0/dist/vu","i18nformatt","i18nopt","ia8n","icu","implement","implementaion","import","import(/*","improv","includ","index","indic","info","info.","info:","init","inits,","inject","insert","insid","instal","instanc","instance,","instance.","interfac","interface.","intern","internation","interpl","interpol","interpolc","interpolcation)","interpolcation.","intl.datetimeformat","intl.numberformat","intlavail","introduct","it'","it.","it.j","itself","ja","ja)","ja.greet","ja:","javascript","javascript:","jp')","jp':","js:","json","kazupon","kazupon!","keep","key","key,","key.","key:","keypath","lang","lang)","languag","language']","languages.","laravel","later.","latest","lazi","lead","learn","less:","let","level","link","linked:","links.","list","load","loadedlanguag","loadedlanguages.push(lang)","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","loading:","loadlanguageasync","loadlanguageasync(lang).then(()","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale,messages,","locale.","locale:","locale]:","localematch","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","localization,","localization.","logic","long,","long:","look","make","manag","manual","maximumfractiondigit","maximumsignificantdigit","mayb","merg","merge(options,","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message\"","message\",","message)","message,","message.","message1","message1\"","message1\",","message:","messages,","messages.","messages:","messg","method","method.","method:","methods:","migrat","minimumfractiondigit","minimumintegerdigit","minimumsignificantdigit","minut","minute:","miss","missing,","missing.","missing:","missinghandl","mix","mix.webpackconfig({","mix@1.5.1","modifi","modul","module.","module.export","module.hot.accept(['./en',","module:","month:","more","morning'","msg:","msgs.default)","multipl","mustash","n(","name","name:","namespac","need","needed.","nest","never","new","next","next())","next)","nicknam","node_modules/vu","normal","not,","note","note:","now","npm","npm.","null","number","numberformat","numberformat:","numberformatresult","object","object,","object:","object}","object}:","occur","occures,","offici","omitted.","on","onc","once.","optimizations.","option","option):","option,","option.","optional,","options,","options:","order","orient","otherwis","otherwise,","ouput","ouput:","output","output:","outputs:","over","overkil","params:","pass","path","path:","path]:","paths.","perform","pipe","place","plugin","plural","pluralization.","point","possibl","postcss:","postloaders:","pre","preferenti","prefix","prelaod","preloaders:","prioriti","pro","probabl","project","project.","promis","promise.reject(new","promise.resolve(json)","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","prop","prop.","properti","properties:","property:","props:","provid","rail","re","read","read/writ","readi","realiz","realli","recommend","refer","refund","refund:","refundlimit:","refundurl:","regardless","regist","reject","releas","reload","remov","render","rendering,","replac","requir","require('./en').default)","require('./ja').default)","require('deepmerge')","required,","required:","res.json()","reside.","return","return:","return::","root","rout","router","router.beforeeach((to,","rubi","rule","rules.j","rules:","run","run!","same","sampl","sass:","save","script","scss:","second","section","see","sensit","separately,","separator,","separator.","server","servic","service',","service.","set","set.","setdatetimeformat","seti18nlanguag","seti18nlanguage(lang)","setlocalemessage(","setnumberformat","setup","setup,","setup.j","short","short,","short:","side","sign","silenttranslationwarn","similar","singl","so,","someth","sometimes,","space","span","special","specif","specifi","specify.","src","start","started!","static","still","stop","store","straight","string","string'","string']","string,","string.","string;","string}","structur","structure,","style","style:","stylus:","support","suppress","supress","sure","sync","sync:","synchron","syntax","syntax')","syntax).","syntax,","syntax.","syntax:","system","system,","t","t(","tag","tag:","tags.","target","tc(","te(","templat","template:","templates:","term","term1:","term2:","term:","test:","text","text:","textcont","that,","the_world:","there!","there!'","there'","therefor","this.$i18n.local","ticket","ticket'","title:","to.","to.params.lang","too.","tos:","track","transition.","translat","translateresult","tri","true","true,","trust","type","type':","type:","unnecessary.","unpkg.com","until","updat","url","url:","us","us'","us',","us':","usag","usage,","usage:","use:","usegroup","user","v","v6.0","val","valu","value,","value.","value:","values)","values,","values.","values:","veri","version","version.","version/tag","via","vm)","vnode","vnode):","vnode{","vs","vue","vue({","vue.config.j","vue.j","vue.local","vue.t","vue.tc","vue.use():","vue.use(vuei18n)","vue.use(vuei18n).","vueextractplugin.extract({","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","vulner","vulnerabilities.","wait","want","warn","warned,","warned.","warnings.","watch","watch:","way,","webpack","webpack.","webpack.mix.j","webpackchunkname:","websit","weekday:","whether","white","work","world","world!\"","world'","world',","would.","xss","xxx","xxx\\'s',","yaml","yarn","year:","you?","you?',","yourself","{","{'0':","{0}'","{0}.'","{action}","{array","{array}","{boolean}","{count}","{datetimeformat}","{limit}","{local","{localemessageobject}","{locale}","{locale}:","{name}!'","{name}'","{number","{numberformat}","{number}","{object","{path","{path}","{path}:","{string","{string}","{string}:","{{","{{}}","{}","|","}","})","}),","}).$mount('#app')","}).$mount('#object","}).$mount('#str","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","});","},","};","}`","}}","}}{{","おはよう、世界!","こんにちは、component1","こんにちは、kazupon!","こんにちは、世界","の{0}に同意します。'","午前2:19","¥100"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"vue-i18n documentation\nInternationalization plugin of Vue.js\n\n NOTE: This documentation is for vue-i18n v6.0 or later.\n\n\nLooking for 5.x Docs?\nRelease Notes\nInstallation\nGetting started\nFormatting\nHTML formatting\nNamed formatting\nList formatting\nSupport ruby on rails i18n format\nCustom formatting\n\n\nPluralization\nDateTime localization\nNumber localization\nLocale messages syntax\nStructure\nLinked locale messages\n\n\nFallback localization\nComponent based localization\nCustom directive localization\nString Syntax\nObject Syntax\n$t vs v-t\n\n\nComponent interpolation\nBasic Usage\nAdvanced Usage\n\n\nSingle file components\nBasic Usage\nYAML loading\nMultiple custom blocks\n\n\nHot reloading\nLazy loading\nMigrations\nGlobal config\nGlobal methods\nConstructor options\nInstance properties\nFeatures\n\n\nAPI references\nExtension of Vue\nVue constructor options\nVue injected methods\nInjected properties\n\n\nVueI18n class\nStatic properties\nConstructor options\nProperties\nMethods\n\n\nDirectives\nv-t\n\n\nComponents\ni18n\n\n\nSpecial Attributes\nplace\n\n\n\n\n\n"},"installation.html":{"url":"installation.html","title":"Installation","keywords":"","body":"Installation\nCompatibility Note\n\nVue.js 2.0.0+\n\nDirect Download / CDN\nhttps://unpkg.com/vue-i18n/dist/vue-i18n\nunpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.5.0/dist/vue-i18n.js\nInclude vue-i18n after Vue and it will install itself automatically:\n\n\n\nNPM\n$ npm install vue-i18n\nYarn\n$ yarn add vue-i18n\nWhen using with a module system, you must explicitly install the vue-i18n via Vue.use():\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\n\nVue.use(VueI18n)\n\nYou don't need to do this when using global script tags.\nDev Build\nYou will have to clone directly from GitHub and build vue-i18n yourself if\nyou want to use the latest dev build.\n$ git clone https://github.com/kazupon/vue-i18n.git node_modules/vue-i18n\n$ cd node_modules/vue-i18n\n$ npm install\n$ npm run build\n"},"started.html":{"url":"started.html","title":"Getting started","keywords":"","body":"Getting started\n\nWe will be using ES2015 in the code samples in the guide.\n\nHTML\n\n\n\n\n {{ $t(\"message.hello\") }}\n\n\nJavaScript\n// If using a module system (e.g. via vue-cli), import Vue and VueI18n and then call Vue.use(VueI18n).\n// import Vue from 'vue'\n// import VueI18n from 'vue-i18n'\n//\n// Vue.use(VueI18n)\n\n// Ready translated locale messages\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界'\n }\n }\n}\n\n// Create VueI18n instance with options\nconst i18n = new VueI18n({\n locale: 'ja', // set locale\n messages, // set locale messages\n})\n\n\n// Create a Vue instance with `i18n` option\nnew Vue({ i18n }).$mount('#app')\n\n// Now the app has started!\n\nOutput the following:\n\n こんにちは、世界\n\n\n"},"formatting.html":{"url":"formatting.html","title":"Formatting","keywords":"","body":"Formatting\nHTML formatting\n\n NOTE: Dynamically localization arbitrary HTML on your website can be very dangerous because it can easily lead to XSS vulnerabilities. Only use HTML interpolation on trusted content and never on user-provided content. We recommended that use component interpolation feature.\n\nIn some cases you might want to rendered your translation as an HTML message and not a static string.\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n }\n}\n\nTemplate the below:\n\n\nOutput the below (instead of the message pre formatted)\nhello\n exists but is rendered as html and not a string-->\nworld\n\nNamed formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nList formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{0} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', ['hello']) }}\n\nOutput the below:\nhello world\n\nList formatting also accepts array-like object:\n{{ $t('message.hello', {'0': 'hello'}) }}\n\nOutput the below:\nhello world\n\nSupport ruby on rails i18n format\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '%{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nCustom formatting\nSometimes, you maybe need to translate with custom formatting (e.g. ICU message syntax).\nYou can realize with custom formatter that implement Formatter Interface.\nThe following custom formatter with ES2015 class syntax:\n// Custom Fromatter implementaion\nclass CustomFormatter {\n constructor (options) {\n // ...\n }\n\n //\n // interpolate\n //\n // @param {string} message\n // string of list or named format.\n // e.g.\n // - named formatting: 'Hi {name}'\n // - list formatting: 'Hi {0}'\n //\n // @param {Object | Array} values\n // values of `message` interpolcation.\n // passed values with `$t`, `$tc` and `i18n` functional component.\n // e.g. \n // - $t('hello', { name: 'kazupon' }) -> passed values: Object `{ name: 'kazupon' }` \n // - $t('hello', ['kazupon']) -> passed values: Array `['kazupon']`\n // - `i18n` functional component (component interpolcation)\n // \n // kazupon\n // how are you?\n // \n // -> passed values: Array (included VNode):\n // `[VNode{ tag: 'p', text: 'kazupon', ...}, VNode{ tag: 'p', text: 'how are you?', ...}]`\n //\n // @return {Array}\n // interpolated values. you need to return the following:\n // - array of string, when is using `$t` or `$tc`.\n // - array included VNode object, when is using `i18n` functional component.\n // \n interpolate (message, values) {\n // implement interpolcation logic here\n // ...\n\n // return the interpolated array\n return ['resolved message string']\n }\n}\n\n// register with `formatter` option\nconst i18n = new VueI18n({\n locale: 'en-US',\n formatter: new CustomFormatter(/* here the constructor options */),\n messages: {\n 'en-US': {\n // ...\n },\n // ...\n }\n})\n\n// Run!\nnew Vue({ i18n }).$mount('#app')\n\nYou can check the custom formatter official example.\n"},"pluralization.html":{"url":"pluralization.html","title":"Pluralization","keywords":"","body":"Pluralization\nYou can translate with pluralization. You must define the locale that have a pipe | separator, and define plurals in pipe separator.\nLocale messages the below:\nconst messages = {\n en: {\n car: 'car | cars',\n apple: 'no apples | one apple | {count} apples'\n }\n}\n\nTemplate the below:\n{{ $tc('car', 1) }}\n{{ $tc('car', 2) }}\n\n{{ $tc('apple', 0) }}\n{{ $tc('apple', 1) }}\n{{ $tc('apple', 10, { count: 10 }) }}\n\nOutput the below:\ncar\ncars\n\nno apples\none apple\n10 apples\n\n"},"datetime.html":{"url":"datetime.html","title":"DateTime localization","keywords":"","body":"DateTime localization\n\n 7.0+\n\nYou can localize the datetime with your definition formats.\nDateTime formats the below:\nconst dateTimeFormats = {\n 'en-US': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric'\n }\n },\n 'ja-JP': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric', hour12: true\n }\n }\n}\n\nAs the Above, You can define the datetime format with named (e.g. short, long, etc), and you need to use the options with ECMA-402 Intl.DateTimeFormat\nAfter that like the locale messages, You need to specify the dateTimeFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n dateTimeFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $d(new Date(), 'short') }}\n {{ $d(new Date(), 'long', 'ja-JP') }}\n\n\nOutput the below:\n\n Apr 19, 2017\n 2017年4月19日(水) 午前2:19\n\n\n"},"number.html":{"url":"number.html","title":"Number localization","keywords":"","body":"Number localization\n\n 7.0+\n\nYou can localize the number with your definition formats.\nNumber formats the below:\nconst numberFormats = {\n 'en-US': {\n currency: {\n style: 'currency', currency: 'USD'\n }\n },\n 'ja-JP': {\n currency: {\n style: 'currency', currency: 'JPY', currencyDisplay: 'symbol'\n }\n }\n}\n\nAs the Above, You can define the number format with named (e.g. currency, etc), and you need to use the options with ECMA-402 Intl.NumberFormat\nAfter that like the locale messages, You need to specify the numberFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n numberFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $n(100, 'currency') }}\n {{ $n(100, 'currency', 'ja-JP') }}\n\n\nOutput the below:\n\n $100.00\n ¥100\n\n\n"},"messages.html":{"url":"messages.html","title":"Locale messages syntax","keywords":"","body":"Locale messages syntax\nStructure\nLocale Messages syntax the below:\n// As Flowtype defnition, Locale Messages syntax like BNF annotation\ntype LocaleMessages = { [key: Locale]: LocaleMessageObject };\ntype LocaleMessageObject = { [key: Path]: LocaleMessage };\ntype LocaleMessageArray = LocaleMessage[];\ntype LocaleMessage = string | LocaleMessageObject | LocaleMessageArray;\ntype Locale = string;\ntype Path = string;\n\nBased on the above syntax, You can configure the following structure Locale Messages:\n{\n \"en\": { // 'en' Locale\n \"key1\": \"this is message1\", // basic\n \"nested\": { // nested\n \"message1\": \"this is nested message1\"\n },\n errors: [ // array\n \"this is 0 error code message\",\n { // object in array\n \"internal1\": \"this is internal 1 error message\"\n },\n [ // array in array\n \"this is nested array error 1\"\n ]\n ]\n },\n \"ja\": { // 'ja' Locale\n // ...\n }\n}\n\nIn the above Locale Messages structure, You can translate with using below key paths.\n\n \n {{ $t('key1') }}\n \n {{ $t('nested.message1') }}\n \n {{ $t('errors[0]') }}\n \n {{ $t('errors[1].internal1') }}\n \n {{ $t('errors[2][0]') }}\n\n\nOuput the following:\n\n \n this is message1\n \n this is nested message1\n \n this is 0 error code message\n \n this is internal 1 error message\n \n this is nested array error 1\n\n\nLinked locale messages\nIf there's a translation key that will always have the same concrete text as another one you can just link to it. To link to another translation key, all you have to do is to prefix its contents with an @: sign followed by the full name of the translation key including the namespace you want to link to.\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n the_world: 'the world',\n dio: 'DIO:',\n linked: '@:message.dio @:message.the_world !!!!'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.linked') }}\n\nOutput the below:\nDIO: the world !!!!\n\n"},"fallback.html":{"url":"fallback.html","title":"Fallback localization","keywords":"","body":"Fallback localization\nThe following locale messages that not exist message key in ja locale:\nconst messages = {\n en: {\n message: 'hello world'\n },\n ja: {\n }\n}\n\nWhen specify the fallbackLocale option to VueI18n constructor option, message key is localized with en locale key:\nconst i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n messages\n})\n\nTemplate the below:\n{{ $t('message') }}\n\nOutput the below:\nhello world\n\n"},"component.html":{"url":"component.html","title":"Component based localization","keywords":"","body":"Component based localization\nIn general, locale info (e.g. locale,messages, etc) is set as constructor option of VueI18n instance and it sets i18n option as root Vue instance. Therefore you can globally translate with using $t or $tc in the root Vue instance and any composed component. \nYou can also manage locale info for each component separately, which might be more convenient due to Vues component oriented design.\nComponent based localization example:\n// setup locale info for root Vue instance\nconst i18n = new VueI18n({\n locale: 'ja',\n messages: {\n en: {\n message: {\n hello: 'hello world',\n greeting: 'good morning'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界',\n greeting: 'おはようございます'\n }\n }\n }\n})\n\n// Define component\nconst Component1 = {\n template: `\n \n Component1 locale messages: {{ $t(\"message.hello\") }}\n Fallback global locale messages: {{ $t(\"message.greeting\") }}\n `,\n i18n: { // `i18n` option\n messages: {\n en: { message: { hello: 'hello component1' } },\n ja: { message: { hello: 'こんにちは、component1' } }\n }\n }\n}\n\nnew Vue({\n i18n,\n components: {\n Component1\n }\n}).$mount('#app')\n\nTemplate:\n\n {{ $t(\"message.hello\") }}\n \n\n\nOutputs the following:\n\n こんにちは、世界\n \n Component1 locale messages: こんにちは、component1\n Fallback global locale messages: おはよう、世界!\n \n\n\nAs in the example above, if the component doesn't have the locale message, it falls back to globally defined localization info. The component uses the language set in the root instance (in the above example: locale: 'ja'). \nIf you hope localize in the component locale, you can realize with sync: false and locale in i18n option.\n"},"directive.html":{"url":"directive.html","title":"Custom directive localization","keywords":"","body":"Custom directive localization\n\n 7.3+\n\nYou can translate not only with v-t custom directive, but also with $t method.\nString syntax\nYou can pass the keypath of locale messages with string syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi there!' },\n ja: { hello: 'こんにちは!' }\n }\n }),\n data: { path: 'hello' }\n}).$mount('#string-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n hi there!\n hi there!\n\n\nObject syntax\nYou can use object syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi {name}!' },\n ja: { hello: 'こんにちは、{name}!' }\n }\n }),\n computed: {\n nickName () { return 'kazupon' }\n },\n data: { path: 'hello' }\n}).$mount('#object-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n こんにちは、kazupon!\n hi kazupon!\n\n\n$t vs v-t\n$t\n$t is extended Vue instance method. It has the following pros and cons:\nPros\nYou can flexibly use mustash syntax {{}} in templates and also computed props and methods in Vue instance.\nCons\n$t is executed everytime when re-render occures, so it does have a translation costs.\nv-t\nv-t is a custom directive. It has the following pros and cons:\nPros\nv-t has better performance than the $t method due to its cache with the custom directive, when translated once. Also, pre-translation is possible with the Vue compiler module which was provided by vue-i18n-extensions. Therefore it's possible to make more performance optimizations.\nCons\nv-t can not be flexibly used like $t, it's rather complex. The translated content with v-t is inserted into the textContent of the element. Also, when you use server-side rendering, you need to set the custom directive to directives option of the createRenderer function.\n"},"interpolation.html":{"url":"interpolation.html","title":"Component interpolation","keywords":"","body":"Component interpolation\nBasic Usage\n\n 7.0+\n\nSometimes, we need to localize with locale message that was included HTML tag or component. For example:\nI accept xxx Terms of Service Agreement\n\nIn the above message, if you use with $t, probably you may try to compose the following locale messages:\nconst messages = {\n en: {\n term1: 'I Accept xxx\\'s',\n term2: 'Terms of Service Agreement'\n }\n}\n\nAnd in the following, you may try to implement in template:\n{{ $t('term1') }}{{ $t('term2') }}\n\noutput:\nI accept xxx Terms of Service Agreement\n\nThis is very cumbersome, and if you configure the tag in a locale message, there is a possibility XSS vulnerabilities due to localize with v-html=\"$t('term')\".\nYou can avoid it with using i18n functional component. For example:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nthe following ouput:\n\n \n \n I accept xxx Term of Service.\n \n \n\n\nAbout the above example, see the example\nThe children of i18n functional component is interpolated with locale message of path prop. In the above example, {{ $t('tos') }} is interplated with term locale message.\nIn above example, the component interpolation follows the list formatting. The children of i18n functional component are interpolated by their orders of appearance.\nAdvanced Usage\n\n 7.2+\n NOTE: In i18n component, text content consists of only white spaces will be omitted.\n\nNamed formatting is supported with the help of place attribute. For example:\n\n \n \n {{ changeLimit }}\n {{ $t('change') }}\n \n \n\n\nconst messages = {\n en: {\n info: 'You can {action} until {limit} minutes from departure.',\n change: 'change your flight',\n refund: 'refund the ticket'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n changeUrl: '/change',\n refundUrl: '/refund',\n changeLimit: 15,\n refundLimit: 30\n }\n}).$mount('#app')\n\nOutputs:\n\n \n \n You can change your flight until 15 minutes from departure.\n \n \n\n\n\n NOTE: To use named formatting, all children of i18n component must have place attribute set. Otherwise it will fallback to list formatting.\n\nIf you still want to interpolate text content in named formatting, you could define places property on i18n component. For example:\n\n \n \n {{ $t('refund') }}\n \n \n\n\nOutputs:\n\n \n \n You can refund your ticket until 30 minutes from departure.\n \n \n\n\n"},"sfc.html":{"url":"sfc.html","title":"Single file components","keywords":"","body":"Single file components\nBasic Usage\nIf you are building Vue component or Vue application with using single file components, you can manage the locale messages i18n custom block.\nThe following in single file components example:\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\n\n \n locale\n \n en\n ja\n \n message: {{ $t('hello') }}\n \n\n\n\nexport default {\n name: 'app',\n data () { return { locale: 'en' } },\n watch: {\n locale (val) {\n this.$i18n.locale = val\n }\n }\n}\n\n\nInstalling vue-i18n-loader\nYou need to install vue-loader and vue-i18n-loader due to use custom blocks. While vue-loader most likely is already used in your project if you are working with single file components, you must install vue-i18n-loader additionally:\n$ npm i --save-dev @kazupon/vue-i18n-loader\nWebpack\nFor Webpack the configuration below is required:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n loaders: {\n // you need to specify `i18n` loaders key with `vue-i18n-loader` (https://github.com/kazupon/vue-i18n-loader)\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nVue CLI 3.0 (beta)\nVue-cli 3.0 hides the webpack configuration, so, if we want to add support to the tag inside a single file component we need to modify the existing configuration.\nIn order to do that we have to create a vue.config.js at the root of our project. Once done that, we have to include the following:\nconst merge = require('deepmerge')\n\nmodule.exports = {\n chainWebpack: config => {\n config.module\n .rule('vue')\n .use('vue-loader')\n .tap(options =>\n merge(options, {\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n })\n )\n }\n}\n\nDon't forget to install deepmerge! (npm i deepmerge -D or yarn add deepmerge -D)\nIf you want to read more about modifying the existing configuration click here.\nLaravel-Mix\nLaravel mix has its own rules for .vue files. To add the vue-i18n-loader, add the following to webpack.mix.js\nmix.webpackConfig({\n // ...\n module: {\n rules: [\n {\n // Rules are copied from laravel-mix@1.5.1 /src/builder/webpack-rules.js and manually merged with the ia8n-loader. Make sure to update the rules to the latest found in webpack-rules.js\n test: /\\.vue$/,\n loader: 'vue-loader',\n exclude: /bower_components/,\n options: {\n // extractCSS: Config.extractVueStyles,\n loaders: Config.extractVueStyles ? {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n scss: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader',\n fallback: 'vue-style-loader'\n }),\n\n sass: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader?indentedSyntax',\n fallback: 'vue-style-loader'\n }),\n\n css: vueExtractPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n }),\n\n stylus: vueExtractPlugin.extract({\n use: 'css-loader!stylus-loader?paths[]=node_modules',\n fallback: 'vue-style-loader'\n }),\n\n less: vueExtractPlugin.extract({\n use: 'css-loader!less-loader',\n fallback: 'vue-style-loader'\n }),\n\n i18n: '@kazupon/vue-i18n-loader',\n } : {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n i18n: '@kazupon/vue-i18n-loader',\n },\n postcss: Config.postCss,\n preLoaders: Config.vue.preLoaders,\n postLoaders: Config.vue.postLoaders,\n esModule: Config.vue.esModule\n }\n },\n // ...\n ]\n },\n // ...\n});\n\nYAML loading\ni18n custom blocks need to specify JSON format, also you can use YAML format by using pre-loader feature of vue-loader.\nthe i18n custom blocks below of YAML format:\n\nen:\n hello: \"hello world!\"\nja:\n hello: \"こんにちは、世界!\"\n\n\nWebpack conf the below:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n preLoaders: {\n i18n: 'yaml-loader'\n },\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nMultiple custom blocks\nyou can be used the locale messages with multiple i18n custom block.\n\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\nIn the above, first custom block load the common locale message with src attribute, second custom block load the locale messge that defined only at single file component. These locale messages will be merged as locale message of component.\nIn this way, multiple custom blocks useful when want to be used as module.\n"},"hot-reload.html":{"url":"hot-reload.html","title":"Hot reloading","keywords":"","body":"Hot reloading\nYou can watch for changes in localization files and hot reload changes into your application.\n// Something locale messages\nconst messages = {\n // ...\n}\n\n// VueI18n instance\nconst i18n = new Vuei18n({\n locale: 'en',\n messages\n})\n\n// Run app\nconst app = new Vue({\n i18n,\n // ...\n}).$mount('#app')\n\n// Hot updates\nif (module.hot) {\n module.hot.accept(['./en', './ja'], function () {\n i18n.setLocaleMessage('en', require('./en').default)\n i18n.setLocaleMessage('ja', require('./ja').default)\n // Or the following hot updates via $i18n property\n // app.$i18n.setLocaleMessage('en', require('./en').default)\n // app.$i18n.setLocaleMessage('ja', require('./ja').default)\n })\n}\n\n"},"lazy-loading.html":{"url":"lazy-loading.html","title":"Lazy loading","keywords":"","body":"Lazy loading translations\nLoading all of your translation files at once is overkill and unnecessary. Lazy loading or asynchronously loading the translation files is really easy when using Webpack.\nLets assume we have a project directory similar to the one bellow\nour-cool-project\n-dist\n-src\n--routes\n--store\n--setup\n---i18n-setup.js\n--lang\n---en.js\n---it.js\nThe lang folder is where all of our translation files will reside. \nThe setup folder is where our arbitrary setup files like the i18n-setup, global component inits, plugin inits and other reside.\n//i18n-setup.js\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\nimport messages from '@/lang'\nimport axios from 'axios'\n\nVue.use(VueI18n)\n\nexport const i18n = new VueI18n({\n locale: 'en', // set locale\n fallbackLocale: 'en',\n messages // set locale messages\n})\n\nconst loadedLanguages = ['en'] // our default language that is prelaoded \n\nfunction setI18nLanguage (lang) {\n i18n.locale = lang\n axios.defaults.headers.common['Accept-Language'] = lang\n document.querySelector('html').setAttribute('lang', lang)\n return lang\n}\n\nexport function loadLanguageAsync (lang) {\n if (i18n.locale !== lang) {\n if (!loadedLanguages.includes(lang)) {\n return import(/* webpackChunkName: \"lang-[request]\" */ `@/lang/${lang}`).then(msgs => {\n i18n.setLocaleMessage(lang, msgs.default)\n loadedLanguages.push(lang)\n return setI18nLanguage(lang)\n })\n } \n return Promise.resolve(setI18nLanguage(lang))\n }\n return Promise.resolve(lang)\n}\n\nIn short we are creating a new VueI18n instance as we normally would. Then we are creating a loadedLanguages array that will keep track of our loaded languages.\nNext is the setI18nLanguage function that will actually change the language in our vueI18n instance, axios and where ever else is needed.\nThe loadLanguageAsync function is what we will actually use to change the languages. Loading the new files is done via the import function, which is generously provided by Webpack and it allows us to load files dynamically, and because it uses promises we can easily wait for the loading to finish.\nYou can learn more about the import function in the Webpack documentation.\nUsing the loadLanguageAsync function is straight forward. A common use case is inside a vue-router beforeEach hook.\nrouter.beforeEach((to, from, next) => {\n const lang = to.params.lang\n loadLanguageAsync(lang).then(() => next())\n})\n\nWe could improve this by checking if the lang is actually supported by us or not, call reject so we can catch that in the beforeEach stopping the route transition.\n"},"migrations.html":{"url":"migrations.html","title":"Migrations","keywords":"","body":"Migrations\nGlobal config\nlang replaced\nUse VueI18n class constructor locale option, or VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nfallbackLang replaced\nUse VueI18n class constructor fallbackLocale option, or VueI18n#fallbackLocale property:\n const i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change fallback locale\n i18n.fallbackLocale = 'zh'\n // or\n app.$i18n.fallbackLocale = 'zh'\n\nmissingHandler replaced\nUse VueI18n class constructor missing option, or VueI18n#missing property:\n const i18n = new VueI18n({\n // ...\n missing: (locale, key, vm) => {\n // handle translation missing\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change missing handler\n i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n // or\n app.$i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n\ni18nFormatter replaced\nUse VueI18n class constructor formatter option, or VueI18n#formatter property:\n class CustomFormatter {\n format (message, ...values) {\n // something render logic\n return 'something string'\n }\n }\n\n const i18n = new VueI18n({\n // ...\n formatter: new CustomFormatter(),\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change custom formatter\n i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n // or\n app.$i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n\nGlobal methods\nVue.locale replaced\nUse VueI18n class constructor messages option, or VueI18n#GetLocaleMessage / VueI18n#setLocaleMessage methods:\n const i18n = new VueI18n({\n // ...\n messages: {\n en: {\n hello: 'hello world',\n // ...\n },\n ja: {\n hello: 'こんにちは、世界',\n // ...\n }\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // get locale message\n const en = i18n.getLocaleMessage('en')\n en.greeting = 'hi!'\n // set locale message\n i18n.setLocaleMessage('en', en)\n // or\n const ja = app.$i18n.getLocaleMessage('ja')\n ja.greeting = 'やあ!'\n app.$i18n.setLocaleMessage('ja', ja)\n\nVue.t replaced\nUse VueI18n#t method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n i18n.t('greeting', { name: 'kazupon' }) // -> hi kazupon\n\nVue.tc replaced\nUse VueI18n#tc method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n apple: 'no apples | one apple | {count} apples'\n }\n },\n // ...\n })\n\n const count = 10\n i18n.tc('apple', count, { count }) // -> 10 apples\n\nVue.te replaced\nUse VueI18n#te method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n hello: 'hello world'\n }\n },\n // ...\n })\n\n i18n.te('hello') // -> true\n i18n.te('hallo', 'ja') // -> false\n i18n.te('hello') // -> true\n\nConstructor options\nlocales replaced\nUse messages of VueI18n class constructor option, or messages of i18n option (for Component option):\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n // for Component\n const Component1 = {\n i18n: {\n messages: {\n en: {\n title: 'Title1'\n }\n }\n }\n }\n\nInstance properties\n$lang replaced\nUse VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nFeatures\nDynamic locale removed\nIf you need to dynamic set locale messages, you should implement the below:\n const i18n = new VueI18n({ locale: 'en' })\n const app = new Vue({\n i18n,\n data: { loading: '' }\n }).$mount('#app')\n\n function loadLocaleMessage (locale, cb) {\n return fetch('/locales/' + locale, {\n method: 'get',\n headers: {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }\n }).then((res) => {\n return res.json()\n }).then((json) => {\n if (Object.keys(json).length === 0) {\n return Promise.reject(new Error('locale empty !!'))\n } else {\n return Promise.resolve(json)\n }\n }).then((message) => {\n cb(null, message)\n }).catch((error) => {\n cb(error)\n })\n }\n\n app.loading = 'loading ...'\n loadLocaleMessage('en', (err, message) => {\n if (err) {\n app.loading = ''\n console.error(err)\n return\n }\n i18n.setLocaleMessage('en', message)\n app.loading = ''\n })\n\n"},"api.html":{"url":"api.html","title":"API references","keywords":"","body":"API references\nExtension of Vue\nVue constructor options\ni18n\n\nType: I18nOptions\nComponent based localization option.\n\nSee also: VueI18n class constructor options\n\n\nVue injected methods\n$t\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you specified key of list / named formatting local messages, you must specify values too. For values more details see Formatting.\n\n\n$tc\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{Locale} locale: optional\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key with pluralization. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you will specify string value to values, localize the locale messages of value. If you will specify Array or Object value to values, you must specify with values of $t.\n\n\n$te\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key exists. In Vue instance, If not specified component locale messages, check with global locale messages. If you specified locale, check the locale messages of locale.\n\n\n$d\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nLocalize the datetime of value with datetime format of key. The datetime format of key need to register to dateTimeFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, it will have priority over locale option of VueI18n constructor.\nIf the datetime format of key not exist in dateTimeFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\n$n\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale} locale: optional\n\n\nReturn: NumberFormatResult\nLocalize the number of value with number format of key. The number format of key need to register to numberFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, it will have priority over locale option of VueI18n constructor.\nIf the number format of key not exist in numberFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\nIf the second key argument specified as an object, it should have the following properties:\n\nkey {Path}: optional, number format\nlocale {Locale}: optional, locale\nstyle {string}: optional, number format option\ncurrency {string}: optional, number format option\ncurrencyDisplay {string}: optional, number format option\nuseGrouping {string}: optional, number format option\nminimumIntegerDigits {string}: optional, number format option\nminimumFractionDigits {string}: optional, number format option\nmaximumFractionDigits {string}: optional, number format option\nminimumSignificantDigits {string}: optional, number format option\nmaximumSignificantDigits {string}: optional, number format option\nlocaleMatcher {string}: optional, number format option\nformatMatcher {string}: optional, number format option\n\nAny specified number format options will have priority over numberFormats of VueI18n constructor.\n\n\nInjected properties\n$i18n\n\nType: I18n\n\nRead only\nGet a VueI18n instance. If you are specify.\nIf you have specified an i18n option at component options, you will be able to get a VueI18n instance at the component, Otherwise, you will be able get root VueI18n instance.\n\n\nVueI18n class\nVuei18n class implement I18n interface of flowtype definitions\nStatic properties\nversion\n\nType: string\nvue-i18n version.\n\n\navailabilities\n\n 7.0+\n\n\nType: IntlAvailability\nWhether the following internationalization features are available:\n\n{boolean} dateTimeFormat: locale sensitive datetime formatting\n\n{boolean} numberFormat: locale sensitive number formatting\nThe above internationalization features are depends on the browser environmens, due to implement with ECMAScript Internationalization API (ECMA-402).\n\n\nConstructor options\nYou can specify the below some options of I18nOptions constructor options of flowtype definitions\nlocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nDefault: {}\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nDefault: {}\nThe datetime formats of localization.\n\nSee also: DateTimeFormats type of flowtype definitions\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nDefault: {}\nThe number formats of localization.\n\nSee also: NumberFormats type of flowtype definitions\n\n\nformatter\n\nType: Formatter\n\nDefault: Built in formatter\nThe formatter that implemented with Formatter interface.\n\n\nmissing\n\nType: MissingHandler\n\nDefault: null\nA hander for localization missing. The handler gets called with the localization target locale, localization path key and the Vue instance.\nIf missing hander is assigned, and occured localization missing, it's not warned.\n\n\nfallbackRoot\n\nType: Boolean\n\nDefault: true\nIn the component localization, whether to fall back to root level (global) localization when localization fails.\nIf false, it's warned, and is returned the key.\n\n\nsync\n\nType: Boolean\n\nDefault: true\nWhether synchronize the root level locale to the component localization locale.\nIf false, regardless of the root level locale, localize for each component locale.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: Boolean\n\nDefault: false\nWhether suppress warnings outputted when localization fails.\nIf true, supress localization fail warnings.\n\n\nProperties\nlocale\n\nType: Locale\n\nRead/Write\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nRead/Write\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nRead only\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nRead only\nThe datetime formats of localization.\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nRead only\nThe number formats of localization.\n\n\nmissing\n\nType: MissingHandler\n\nRead/Write\nA hander for localization missing.\n\n\nformatter\n\nType: Formatter\n\nRead/Write\nThe formatter that implemented with Formatter interface.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: boolean\n\nRead/Write\nWhether suppress warnings outputted when localization fails.\n\n\nMethods\ngetLocaleMessage( locale )\n\nArguments:\n\n{Locale} locale\n\n\nReturn: LocaleMessageObject\nGet the locale message of locale.\n\n\nsetLocaleMessage( locale, message )\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nSet the locale message of locale.\n\n\nmergeLocaleMessage( locale, message )\n\n6.1+\n\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nMerge the registered locale messages with the locale message of locale.\n\n\nt( key, [locale], [values] )\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn:: TranslateResult\nThis is the same as the Function returned with $t method. More detail see $t.\n\n\ni( key, [locale], [values] )\n\n 7.0+\n\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array} values: optional\n\n\nReturn:: TranslateResult\n\n\ntc( key, [choice], [values] )\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nThis is the same as the Function returned $tc method. More detail see $tc.\n\n\nte( key, [locale] )\n\nArguments:\n\n{string} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key path exists in global locale message. If you specified locale, check the locale message of locale.\n\n\ngetDateTimeFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: DateTimeFormat\nGet the datetime format of locale.\n\n\nsetDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nSet the datetime format of locale.\n\n\nmergeDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nMerge the registered datetime formats with the datetime format of locale.\n\n\nd( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nThis is the same as $d method of Vue instance method. More detail see $d.\n\n\ngetNumberFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: NumberFormat\nGet the number format of locale.\n\n\nsetNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nSet the number format of locale.\n\n\nmergeNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nMerge the registered number formats with the number format of locale.\n\n\nn( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale} locale: optional\n\n\nReturn: NumberFormatResult\nThis is the same as $n method of Vue instance method. More detail see $n.\n\n\nDirectives\n\n 7.3+\n\nv-t\n\nExpects: string | Object\n\nDetails:\nUpdate the element textContent that localized with locale messages. You can use string syntax or object syntax. string syntax can be specified as a keypath of locale messages.\nIf you can be used object syntax, you need to specify as the object key the following params:\n\npath: required, key of locale messages\nlocale: optional, locale\nargs: optional, for list or named formatting\n\n\nExamples:\n\n\n\n\n\n\n\n\n\n\n\n\n\nSee also: Custom directive localization\n\n\nComponents\ni18n functional component\n\n 7.0+\n\nProps:\n\npath {Path}: required, keypath of locale messages\nlocale {Locale}: optional, locale\ntag {string}: optional, default span\nplaces {Array | Object}: optional (7.2+)\n\nUsage:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nSee also:\nComponent interpolation\nSpecial Attributes\nplace\n\n 7.2+\n\nExpects: {number | string}\nUsed on component interpolation to indicate which index of list formatting or key of named formatting.\nFor detailed usage, see the guide section linked below.\nSee also:\nComponent interpolation\n"}}}
\ No newline at end of file
diff --git a/docs/en/sfc.html b/docs/en/sfc.html
index 6ef26d124..860d01fce 100644
--- a/docs/en/sfc.html
+++ b/docs/en/sfc.html
@@ -1154,7 +1154,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Single file components","level":"1.15","depth":1,"next":{"title":"Basic Usage","level":"1.15.1","depth":2,"anchor":"#basic-usage","path":"sfc.md","ref":"sfc.md#basic-usage","articles":[]},"previous":{"title":"Advanced Usage","level":"1.14.2","depth":2,"anchor":"#advanced-usage","path":"interpolation.md","ref":"interpolation.md#advanced-usage","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"sfc.md","mtime":"2018-03-02T14:51:48.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Single file components","level":"1.15","depth":1,"next":{"title":"Basic Usage","level":"1.15.1","depth":2,"anchor":"#basic-usage","path":"sfc.md","ref":"sfc.md#basic-usage","articles":[]},"previous":{"title":"Advanced Usage","level":"1.14.2","depth":2,"anchor":"#advanced-usage","path":"interpolation.md","ref":"interpolation.md#advanced-usage","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"sfc.md","mtime":"2018-03-02T14:51:48.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/en/started.html b/docs/en/started.html
index 6a1daf8a5..b0f313bdc 100644
--- a/docs/en/started.html
+++ b/docs/en/started.html
@@ -1005,7 +1005,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Getting started","level":"1.5","depth":1,"next":{"title":"Formatting","level":"1.6","depth":1,"path":"formatting.md","ref":"formatting.md","articles":[{"title":"HTML formatting","level":"1.6.1","depth":2,"anchor":"#html-formatting","path":"formatting.md","ref":"formatting.md#html-formatting","articles":[]},{"title":"Named formatting","level":"1.6.2","depth":2,"anchor":"#named-formatting","path":"formatting.md","ref":"formatting.md#named-formatting","articles":[]},{"title":"List formatting","level":"1.6.3","depth":2,"anchor":"#list-formatting","path":"formatting.md","ref":"formatting.md#list-formatting","articles":[]},{"title":"Support ruby on rails i18n format","level":"1.6.4","depth":2,"anchor":"#support-ruby-on-rails-i18n-format","path":"formatting.md","ref":"formatting.md#support-ruby-on-rails-i18n-format","articles":[]},{"title":"Custom formatting","level":"1.6.5","depth":2,"anchor":"#custom-formatting","path":"formatting.md","ref":"formatting.md#custom-formatting","articles":[]}]},"previous":{"title":"Installation","level":"1.4","depth":1,"path":"installation.md","ref":"installation.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"started.md","mtime":"2017-11-15T15:40:56.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Getting started","level":"1.5","depth":1,"next":{"title":"Formatting","level":"1.6","depth":1,"path":"formatting.md","ref":"formatting.md","articles":[{"title":"HTML formatting","level":"1.6.1","depth":2,"anchor":"#html-formatting","path":"formatting.md","ref":"formatting.md#html-formatting","articles":[]},{"title":"Named formatting","level":"1.6.2","depth":2,"anchor":"#named-formatting","path":"formatting.md","ref":"formatting.md#named-formatting","articles":[]},{"title":"List formatting","level":"1.6.3","depth":2,"anchor":"#list-formatting","path":"formatting.md","ref":"formatting.md#list-formatting","articles":[]},{"title":"Support ruby on rails i18n format","level":"1.6.4","depth":2,"anchor":"#support-ruby-on-rails-i18n-format","path":"formatting.md","ref":"formatting.md#support-ruby-on-rails-i18n-format","articles":[]},{"title":"Custom formatting","level":"1.6.5","depth":2,"anchor":"#custom-formatting","path":"formatting.md","ref":"formatting.md#custom-formatting","articles":[]}]},"previous":{"title":"Installation","level":"1.4","depth":1,"path":"installation.md","ref":"installation.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"en","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"started.md","mtime":"2017-11-15T15:40:56.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/old/index.html b/docs/old/index.html
index ba316ad47..2c691dc52 100644
--- a/docs/old/index.html
+++ b/docs/old/index.html
@@ -340,7 +340,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Installation","level":"1.2","depth":1,"url":"https://github.com/kazupon/vue-i18n/tree/5.x/gitbook/installation.md","ref":"https://github.com/kazupon/vue-i18n/tree/5.x/gitbook/installation.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"old","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2017-03-27T17:56:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-02T14:51:56.386Z"},"basePath":".","book":{"language":"old"}});
+ gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Installation","level":"1.2","depth":1,"url":"https://github.com/kazupon/vue-i18n/tree/5.x/gitbook/installation.md","ref":"https://github.com/kazupon/vue-i18n/tree/5.x/gitbook/installation.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git","-fontsettings","github","advanced-emoji@0.2.2"],"root":"./","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"github":{"url":"https://github.com/kazupon/vue-i18n/"},"search":{},"theme-vuejs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/kazupon/vue-i18n/tree/dev/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-i18n","language":"old","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2017-03-27T17:56:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-03-11T04:17:12.951Z"},"basePath":".","book":{"language":"old"}});
});
diff --git a/docs/old/search_index.json b/docs/old/search_index.json
index 5f97d8438..1ff8f1242 100644
--- a/docs/old/search_index.json
+++ b/docs/old/search_index.json
@@ -1 +1 @@
-{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["api","compon","document","dynam","fallback","format","get","hot","i18n","instal","internation","introduct","keypath","link","local","plugin","plural","refer","reload","start","syntax","translat","v5.x","vue","vue.j"],"installation.html":["$","'vue","'vue'","/","2.0.0+","abov","add","alway","automatically:","base","build","build.","cd","cdn","clone","compat","dev","direct","directli","don't","download","explicitli","git","github","global","https://github.com/kazupon/vu","https://unpkg.com/vu","i18n","i18n'","i18n.git","i18n.j","i18n/dist/vu","i18n@7.4.2/dist/vu","import","includ","instal","itself","latest","link","links.","modul","need","node_modules/vu","note","npm","npm.","point","provid","releas","run","script","specif","system,","tags.","unpkg.com","url","us","version/tag","via","vue","vue.j","vue.use():","vue.use(vuei18n)","vuei18n","want","yarn","yourself"],"started.html":["$t(\"message.hello\")","'hello","'ja',","'vue","'vue'","'こんにちは、世界'","(e.g.","//","=","`i18n`","app","call","cli),","code","const","creat","en:","es2015","following:","get","guide.","hello:","html","i18n","i18n'","import","instanc","ja:","javascript","local","locale:","messag","message:","messages,","modul","new","now","option","output","readi","sampl","set","start","started!","system","translat","us","via","vue","vue({","vue.use(vuei18n)","vue.use(vuei18n).","vuei18n","vuei18n({","world'","{","{{","}","})","}).$mount('#app')","},","}}","こんにちは、世界"],"formatting.html":["$t('hello',","$t('message.hello',","'%{msg}","'en","'hello","'hello'","'hello'})","'hi","'how","'kazupon'","'kazupon',","'p',","'{0}","'{msg}","(compon","(e.g.","(includ","(instead","(message,","(options)","*/),","...","...},","...}]`","//","=",">","@param","@return","['hello'])","['kazupon'])","['resolv","`$t`","`$t`,","`$tc`","`$tc`.","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`{","accept","arbitrari","array","array}","below","below:","case","check","class","compon","component.","const","constructor","content","content.","custom","customformatt","customformatter(/*","danger","dynam","e.g.","easili","en:","es2015","example.","exist","feature.","follow","following:","format","format.","formatt","formatted)","formatter:","formatting:","fromatt","function","hello","hello:","here","html","i18n","icu","implement","implementaion","includ","interface.","interpol","interpolc","interpolcation)","interpolcation.","kazupon","lead","list","local","locale:","logic","mayb","messag","message:","messages:","msg:","name","name:","need","never","new","note:","object","object,","object:","offici","option","output","pass","pre","provid","rail","realiz","recommend","regist","render","return","rubi","run!","sometimes,","static","string","string']","string,","string.","support","syntax).","syntax:","tag:","templat","text:","translat","trust","us","us',","us':","user","valu","values)","values.","values:","veri","vnode","vnode):","vnode{","vue({","vuei18n({","vulnerabilities.","want","websit","world","world'","xss","you?","you?',","{","{'0':","{0}'","{array}","{name}'","{object","{string}","{{","|","}","})","}).$mount('#app')","},","}`","}}"],"pluralization.html":["$tc('apple',","$tc('car',","'car","'no","0)","1)","10","10,","2)","=","appl","apple:","apples'","below:","car","car:","cars',","const","count:","defin","en:","local","messag","on","output","pipe","plural","pluralization.","separator,","separator.","templat","translat","{","{count}","{{","|","}","})","}}"],"datetime.html":["$d(new","'en","'ja","'long',","'numeric'","'numeric',","'short')","'short',","(e.g.","19,","2017","2017年4月19日(水)","402","7.0+","=","above,","apr","below:","const","constructor:","date(),","datetim","datetimeformat","day:","defin","definit","ecma","etc),","format","formats.","hour12:","hour:","i18n","intl.datetimeformat","jp')","jp':","local","long,","long:","messages,","minute:","month:","name","need","new","option","output","short,","short:","specifi","templat","true","us","us':","vue({","vuei18n","vuei18n({","weekday:","year:","{","{{","}","})","}).$mount('#app')","},","}}","午前2:19"],"number.html":["$100.00","$n(100,","'currency')","'currency',","'en","'ja","'jpy',","'symbol'","'usd'","(e.g.","402","7.0+","=","above,","below:","const","constructor:","currency,","currency:","currencydisplay:","defin","definit","ecma","etc),","format","formats.","i18n","intl.numberformat","jp')","jp':","local","messages,","name","need","new","number","numberformat","option","output","specifi","style:","templat","us","us':","vue({","vuei18n","vuei18n({","{","{{","}","})","}).$mount('#app')","},","}}","¥100"],"messages.html":["!!!!","!!!!'","\"en\":","\"internal1\":","\"ja\":","\"key1\":","\"message1\":","\"nested\":","\"thi","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('key1')","$t('message.linked')","$t('nested.message1')","'@:message.dio","'dio:',","'en'","'ja'","'the","...","//","0","1","1\"","=","@:","@:message.the_world","[","[key:","]","abov","alway","annot","anoth","array","base","basic","below","below:","bnf","code","concret","configur","const","content","defnition,","dio:","en:","error","errors:","flowtyp","follow","following:","full","includ","intern","it.","key","key,","link","linked:","local","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","messag","message\"","message\",","message1","message1\"","message1\",","message:","messages:","name","namespac","nest","object","on","ouput","output","path","path]:","paths.","prefix","same","sign","string","string;","structur","structure,","syntax","syntax,","templat","text","the_world:","there'","to.","translat","type","us","want","world","world',","{","{{","|","}","},","};","}}"],"fallback.html":["$t('message')","'en',","'hello","'ja',","=","below:","const","constructor","en","en:","exist","fallback","fallbacklocal","fallbacklocale:","follow","hello","i18n","ja","ja:","key","key:","local","locale:","messag","message:","new","option","option,","output","specifi","templat","vuei18n","vuei18n({","world","world'","{","{{","}","})","},","}}"],"component.html":["$t","$t(\"message.greeting\")","$t(\"message.hello\")","$tc","'good","'hello","'ja').","'ja',","'おはようございます'","'こんにちは、component1'","'こんにちは、世界',","(e.g.","(in","//","=","`","`,","`i18n`","abov","above,","back","base","compon","component.","component1","component1'","components:","compos","const","constructor","conveni","defin","design.","doesn't","due","each","en:","etc)","exampl","example:","fall","fallback","fals","following:","general,","global","greeting:","hello:","hope","i18n","i18n,","i18n:","info","info.","instanc","instance.","ja:","languag","local","locale,","locale,messages,","locale:","manag","message,","message:","messages:","more","morning'","new","option","option.","orient","output","realiz","root","separately,","set","setup","sync:","template:","therefor","translat","us","vue","vue({","vuei18n","vuei18n({","world',","{","{{","}","})","}).$mount('#app')","},","}}","おはよう、世界!","こんにちは、component1","こんにちは、世界"],"directive.html":["$t","$t,","'en',","'hello'","'hi","'kazupon'","'こんにちは、{name}!'","'こんにちは!'","()","7.3+","also,","better","cach","compil","complex.","comput","computed:","con","cons:","content","costs.","createrender","custom","data:","direct","directive,","directive.","due","element.","en:","everytim","execut","extend","extentions.","flexibl","follow","function.","hello:","hi","i18n","i18n:","insert","instanc","instance.","it'","ja:","javascript:","kazupon!","keypath","local","locale:","make","messag","messages:","method","method.","modul","more","mustash","need","new","nicknam","object","occures,","once.","optimizations.","option","outputs:","pass","path:","perform","possibl","pre","pro","prop","provid","re","render","rendering,","return","server","set","side","string","syntax","syntax')","syntax.","t","templat","templates:","textcont","there!","there!'","therefor","translat","us","v","vs","vue","vue({","vuei18n({","{","{name}!'","{{}}","}","}),","}).$mount('#object","}).$mount('#str","},","こんにちは、kazupon!"],"interpolation.html":["$t('change')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","'/change',","'/refund',","'/term'","'chang","'en',","'i","'refund","'term","'you","'利用規約',","'私は","15","15,","30","7.0+","7.2+","=","abov","accept","advanc","agreement","agreement'","appearance.","attribut","attribute.","avoid","basic","chang","change:","changelimit","changelimit:","changeurl:","children","compon","component,","component.","compos","configur","consist","const","content","cumbersome,","data:","defin","departure.","departure.',","due","en:","exampl","example,","example:","fallback","flight","flight',","follow","following,","format","formatting,","formatting.","function","help","html","html=\"$t('term')\".","i18n","i18n,","implement","includ","info:","interpl","interpol","ja:","list","local","locale:","messag","message,","message.","messages:","minut","name","need","new","note:","omitted.","order","otherwis","ouput:","output:","outputs:","path","place","possibl","probabl","prop.","properti","refund","refund:","refundlimit:","refundurl:","see","servic","service',","service.","set.","sometimes,","space","still","support","tag","template:","term","term1:","term2:","term:","text","ticket","ticket'","tos:","tri","until","url:","us","usag","v","veri","vue({","vuei18n({","vulner","want","white","xss","xxx","xxx\\'s',","{","{0}.'","{action}","{limit}","{{","}","})","}).$mount('#app')","},","}}","}}{{","の{0}に同意します。'"],"sfc.html":["\"en\":","\"hello","\"hello\":","\"ja\":","\"こんにちは、世界!\"","$","$t('hello')","'@kazupon/vu","'app',","'babel","'css","'en'","'vue","'yaml","()","(beta)","(https://github.com/kazupon/vu","(npm","(val)",")","...",".rule('vue')",".tap(opt",".use('vu",".vue","//","/\\.vue$/,","/bower_components/,","/src/builder/webpack","3.0",":","=","=>","?","@kazupon/vu","[","]","`i18n`","`vue","above,","add","additionally:","alreadi","applic","attribute,","basic","below","below:","block","block.","blocks.","build","chainwebpack:","cli","click","common","compon","component.","components,","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","const","copi","creat","css:","custom","d","d)","data","deepmerg","deepmerge!","default","defin","dev","don't","done","due","en","en:","esmodule:","example:","exclude:","exist","export","extractcss:","fallback:","featur","file","files.","first","follow","following:","forget","format","format,","format:","found","hello:","here.","hide","i18n","i18n:","ia8n","includ","insid","instal","ja","ja:","js:","json","key","laravel","latest","less:","load","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","local","locale:","make","manag","manual","merg","merge(options,","messag","message:","messg","mix","mix.webpackconfig({","mix@1.5.1","modifi","module.","module.export","module:","more","multipl","name:","need","npm","onc","options:","order","postcss:","postloaders:","pre","preloaders:","project","project.","read","require('deepmerge')","required:","return","root","rule","rules.j","rules:","sass:","save","scss:","second","singl","so,","specifi","src","style","stylus:","support","sure","tag","test:","that,","this.$i18n.local","updat","us","usag","use:","val","vue","vue.config.j","vueextractplugin.extract({","want","watch:","way,","webpack","webpack.mix.j","work","world!\"","yaml","yarn","{","{{","}","})","}),","});","},","}}"],"hot-reload.html":["$i18n","'./ja'],","'en',","()","(module.hot)","...","//","=","app","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","application.","chang","const","file","follow","function","hot","i18n","i18n,","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","instanc","local","locale:","messag","module.hot.accept(['./en',","new","properti","reload","require('./en').default)","require('./ja').default)","run","someth","updat","via","vue({","vuei18n","vuei18n({","watch","{","}","})","}).$mount('#app')"],"lazy-loading.html":["!==","\"lang","'@/lang'","'axios'","'en',","'vue","'vue'","(!loadedlanguages.includes(lang))","(i18n.local","(lang)","*/","//","//i18n","=","=>","['en']","[request]\"","`@/lang/${lang}`).then(msg","actual","allow","arbitrari","array","assum","asynchron","axio","axios.defaults.headers.common['accept","beforeeach","bellow","call","case","catch","chang","check","common","compon","const","cool","creat","default","directori","dist","document.queryselector('html').setattribute('lang',","documentation.","done","dynamically,","easi","easili","en.j","export","fallbacklocale:","file","finish.","folder","forward.","from,","function","function,","gener","global","hook.","i18n","i18n'","i18n.local","i18n.setlocalemessage(lang,","import","import(/*","improv","init","inits,","insid","instanc","instance,","it.j","keep","lang","lang)","languag","language']","languages.","lazi","learn","let","load","loadedlanguag","loadedlanguages.push(lang)","loadlanguageasync","loadlanguageasync(lang).then(()","local","locale:","messag","more","msgs.default)","needed.","new","next","next())","next)","normal","not,","on","onc","overkil","plugin","prelaod","project","promis","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","provid","realli","reject","reside.","return","rout","router","router.beforeeach((to,","set","seti18nlanguag","seti18nlanguage(lang)","setup","setup,","setup.j","short","similar","src","stop","store","straight","support","to.params.lang","track","transition.","translat","unnecessary.","us","via","vue","vue.use(vuei18n)","vuei18n","vuei18n({","wait","webpack","webpack.","webpackchunkname:","would.","{","}","})"],"migrations.html":["!!'))","$lang","''","'accept':","'application/json'","'application/json',","'content","'en'","'en',","'get',","'hello","'hi","'hi!'","'ja'","'ja')","'ja',","'kazupon'","'load","'no","'someth","'title1'","'zh'","'こんにちは、世界',","'やあ!'","(err)","(err,","(for","(locale,","(message,","(object.keys(json).length","+","...","...'","...values)","/","//","0)","10","=","===","=>",">","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('ja',","app.load","appl","apple:","apples'","below:","cb(error)","cb(null,","cb)","chang","class","compon","component1","config","console.error(err)","const","constructor","count","count,","custom","customformatt","customformatter(),","data:","dynam","empti","en","en)","en.greet","en:","error('local","fallback","fallbacklang","fallbacklocal","fallbacklocale:","fals","featur","fetch('/locales/'","format","format:","formatt","formatter:","function","global","greeting:","handl","handler","headers:","hello:","hi","i18n","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n:","i18nformatt","implement","instanc","ja","ja)","ja.greet","ja:","kazupon","key,","lang","loading:","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale:","logic","messag","message)","messages,","messages:","method","method:","methods:","migrat","miss","missing:","missinghandl","name:","need","new","on","option","option):","option,","promise.reject(new","promise.resolve(json)","properti","property:","remov","render","replac","res.json()","return","set","someth","string'","title:","translat","true","type':","us","vm)","vue({","vue.local","vue.t","vue.tc","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","world'","world',","{","{count}","{name}'","|","}","})","}).$mount('#app')","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","},"],"api.html":["$d","$d.","$i18n","$n","$n.","$t","$t('tos')","$t.","$tc","$tc.","$te","'/term'","'en","'en',","'i","'term","'利用規約',","'私は","(","(7.2+)","(ecma","(global)",")","/","1","402).","6.1+","7.0+","7.2+","7.3+","=","[choice],","[key],","[locale]","[locale],","[values]","abov","accept","also:","api","args:","argument,","arguments:","array","assigned,","attribut","avail","available:","back","base","below","below.","boolean","browser","built","call","check","choice:","class","class,","compon","component,","const","constructor","constructor.","custom","d(","data:","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","default","default:","definit","depen","depend","detail","details:","direct","due","each","ecmascript","element","en:","environmens,","examples:","exist","exists.","expects:","extens","fail","fails.","fall","fallback","fallbacklocal","fallbackroot","fals","false,","featur","flowtyp","follow","format","formatt","formatting.","function","get","getdatetimeformat","getlocalemessage(","getnumberformat","global","guid","hander","handler","i(","i18n","i18n,","i18nopt","implement","index","indic","inject","instanc","instance,","instance.","interfac","interface.","internation","interpol","intlavail","it'","ja:","key","key,","key.","key:","keypath","level","link","list","local","locale,","locale.","locale:","localemessag","localemessageobject","localization,","localization.","merg","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message.","messages,","messages.","method","method.","miss","missing,","missing.","missinghandl","more","n(","name","need","new","null","number","numberformat","numberformat:","numberformatresult","object","object}","object}:","occur","option","option,","option.","optional,","options,","otherwise,","output","params:","path","path:","place","pluralization.","preferenti","properti","props:","read","read/writ","refer","regardless","regist","requir","required,","return","return:","return::","root","same","section","see","sensit","service',","set","setdatetimeformat","setlocalemessage(","setnumberformat","silenttranslationwarn","span","special","specifi","specify.","static","string","string}","suppress","supress","sync","synchron","syntax","syntax,","syntax.","t","t(","tag","target","tc(","te(","term:","textcont","too.","tos:","translateresult","true","true,","type","type:","updat","url:","us","us'","usage,","usage:","v","valu","value,","value.","value:","values,","values:","version","version.","vue","vue({","vuei18n","vuei18n({","warn","warned,","warned.","warnings.","whether","xxx","{","{0}.'","{array","{array}","{boolean}","{datetimeformat}","{local","{localemessageobject}","{locale}","{locale}:","{number","{numberformat}","{number}","{path","{path}","{path}:","{string","{string}","{string}:","{{","{}","|","}","})","}).$mount('#app')","},","}}","の{0}に同意します。'"]},"length":17},"tokenStore":{"root":{"0":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"1":{"0":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"5":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"9":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.001890359168241966}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"2":{"0":{"1":{"7":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}},"年":{"4":{"docs":{},"月":{"1":{"9":{"docs":{},"日":{"docs":{},"(":{"docs":{},"水":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"docs":{}}},"docs":{}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"3":{"0":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},"docs":{},".":{"0":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"docs":{}}},"4":{"0":{"2":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"docs":{}},"docs":{}},"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}}},"6":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}},"docs":{}}},"7":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.01606805293005671}}}},"2":{"docs":{},"+":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"3":{"docs":{},"+":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"docs":{}}},"docs":{},"$":{"1":{"0":{"0":{"docs":{},".":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"installation.html":{"ref":"installation.html","tf":0.056074766355140186},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.02912621359223301},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.010256410256410256}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}},"'":{"docs":{},")":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"1":{"docs":{},"]":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}},"2":{"docs":{},"]":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"docs":{}}}},"docs":{}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"2":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"docs":{}}}},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"1":{"0":{"0":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"docs":{}},"docs":{}},"docs":{}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"docs":{}},"docs":{}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":5.001890359168242}}},"p":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045}},"l":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"'":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"docs":{}},"docs":{}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"r":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}}}}}}},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.01890359168241966}}}}}}}}}}},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"[":{"docs":{},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":3.3435897435897433},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"c":{"docs":{},"k":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.028037383177570093},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.02729528535980149},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.03409090909090909},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}}}}},"n":{"docs":{},"f":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.002835538752362949}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},")":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":3.374358974358974},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"sfc.html":{"ref":"sfc.html","tf":3.3409669211195925},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.014177693761814745}},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"n":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"f":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"s":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.035830618892508145},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.003780718336483932}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"d":{"docs":{},"e":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"p":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"o":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"directive.html":{"ref":"directive.html","tf":3.3576051779935274},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},")":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.045454545454545456}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"s":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}}},"c":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}},"e":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}}}}},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"b":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"datetime.html":{"ref":"datetime.html","tf":5.03125},"api.html":{"ref":"api.html","tf":0.010396975425330813}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375},"api.html":{"ref":"api.html","tf":0.007561436672967864}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"a":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"directive.html":{"ref":"directive.html","tf":3.3478964401294498},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"o":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"s":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"o":{"docs":{},"c":{"docs":{},"s":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}},"e":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00945179584120983}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"e":{"docs":{},"!":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"./":{"ref":"./","tf":0.037037037037037035}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"u":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"d":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"n":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"l":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"h":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401}},"s":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"fallback.html":{"ref":"fallback.html","tf":5.017857142857143},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"e":{"docs":{},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"r":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"formatting.html":{"ref":"formatting.html","tf":10.01985111662531},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.02930056710775047}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.008506616257088847}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"r":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"s":{"docs":{},".":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"l":{"docs":{},"l":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"started.html":{"ref":"started.html","tf":5.009803921568627},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"component.html":{"ref":"component.html","tf":0.020512820512820513},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"hot-reload.html":{"ref":"hot-reload.html","tf":5.054054054054054}}},"u":{"docs":{},"r":{"1":{"2":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{}},"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"p":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"o":{"docs":{},"k":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"=":{"docs":{},"\"":{"docs":{},"$":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{},")":{"docs":{},"\"":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}}}}}}}},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"p":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"r":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"i":{"docs":{"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"d":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.07476635514018691},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.030534351145038167},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.029315960912052116},"api.html":{"ref":"api.html","tf":0.006616257088846881}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}},"@":{"7":{"docs":{},".":{"4":{"docs":{},".":{"2":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":10.046728971962617},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.002835538752362949}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"i":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"l":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"f":{"docs":{},"o":{"docs":{"component.html":{"ref":"component.html","tf":0.015384615384615385}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"s":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.029411764705882353},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"a":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"c":{"docs":{},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"a":{"8":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"docs":{}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"s":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"z":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.008230452674897}}}},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.02880658436213992},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"s":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.032921810699588}},"e":{"docs":{},"r":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083}},"!":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"'":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.019083969465648856}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"?":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"s":{"docs":{},"[":{"docs":{},"]":{"docs":{},"=":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}},"`":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.1111111111111111},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":5.0234375},"number.html":{"ref":"number.html","tf":5.034090909090909},"messages.html":{"ref":"messages.html","tf":3.3773861967694563},"fallback.html":{"ref":"fallback.html","tf":5.071428571428571},"component.html":{"ref":"component.html","tf":3.4},"directive.html":{"ref":"directive.html","tf":3.3430420711974107},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.014657980456026058},"api.html":{"ref":"api.html","tf":0.08601134215500945}},"e":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.011342155009451797}}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},"[":{"docs":{},"]":{"docs":{},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.011342155009451797}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.014177693761814745}}}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00945179584120983}}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"r":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.02977667493796526},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":3.372980910425844},"fallback.html":{"ref":"fallback.html","tf":0.08928571428571429},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.023629489603024575}},"e":{"1":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.03076923076923077},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006616257088846881}}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.025},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"migrations.html":{"ref":"migrations.html","tf":10.001628664495113}}}}}},"n":{"docs":{},"u":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"x":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"@":{"1":{"docs":{},".":{"5":{"docs":{},".":{"1":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"docs":{}}},"docs":{}}},"docs":{}}},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"(":{"docs":{},"[":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"n":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}},"r":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004725897920604915}}},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"a":{"docs":{},"y":{"docs":{},"b":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"k":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"s":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"number.html":{"ref":"number.html","tf":5.045454545454546},"api.html":{"ref":"api.html","tf":0.010396975425330813}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909},"api.html":{"ref":"api.html","tf":0.007561436672967864}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.030944625407166124},"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"s":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}},"x":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"(":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"p":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.04672897196261682},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004725897920604915}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.011342155009451797}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.025},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.03213610586011342}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.001890359168241966}}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},")":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"pluralization.html":{"ref":"pluralization.html","tf":10.028169014084508}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{"directive.html":{"ref":"directive.html","tf":0.019417475728155338}},"p":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}}},"y":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"a":{"docs":{},"o":{"docs":{},"d":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"s":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"i":{"docs":{},"p":{"docs":{},"e":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":5.000945179584121}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"hot-reload.html":{"ref":"hot-reload.html","tf":5.027027027027027}}}}}},"a":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"i":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"/":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}}}}},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"l":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.011342155009451797}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.010396975425330813}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}}}}}},"d":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}}}}}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},"!":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"s":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"u":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224}}}}},"g":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"d":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"i":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.017013232514177693}}},"y":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"started.html":{"ref":"started.html","tf":5.009803921568627}},"e":{"docs":{},"d":{"docs":{},"!":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004725897920604915}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"]":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"e":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"u":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"r":{"docs":{},"e":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"r":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"messages.html":{"ref":"messages.html","tf":3.34654919236417},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.001890359168241966}},")":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"'":{"docs":{},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"e":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"u":{"docs":{},"p":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"i":{"docs":{},"c":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.011342155009451797}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"r":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"a":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.024271844660194174},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"./":{"ref":"./","tf":0.07407407407407407}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"c":{"docs":{},"k":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"e":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.001890359168241966}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"r":{"docs":{},"m":{"1":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"2":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"docs":{}},"docs":{}}}}}}},"o":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"o":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.020793950850661626}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"c":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"u":{"docs":{},"s":{"docs":{"installation.html":{"ref":"installation.html","tf":0.037383177570093455},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.025},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"r":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"v":{"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.037037037037037035}}}}},"6":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}},"docs":{}}},"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.06542056074766354},"started.html":{"ref":"started.html","tf":0.0392156862745098},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.02099236641221374},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"api.html":{"ref":"api.html","tf":0.007561436672967864}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},")":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}},"docs":{}},"docs":{}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.029411764705882353},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.013232514177693762}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.017915309446254073},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"#":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"docs":{}},"docs":{}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"a":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.006616257088846881}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.004725897920604915}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},")":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"m":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"r":{"docs":{},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"?":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"}":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"j":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"p":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{}}}}}}}}}},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"%":{"docs":{},"{":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"{":{"0":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},"'":{"docs":{},")":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},",":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"n":{"docs":{},"o":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0703125}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.046875}}}}}}}},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"@":{"docs":{},":":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},"'":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"docs":{}}}}}},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"ご":{"docs":{},"ざ":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"利":{"docs":{},"用":{"docs":{},"規":{"docs":{},"約":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"私":{"docs":{},"は":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}},".":{"docs":{},"/":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}},"z":{"docs":{},"h":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}},"や":{"docs":{},"あ":{"docs":{},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"/":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"/":{"docs":{"started.html":{"ref":"started.html","tf":0.10784313725490197},"formatting.html":{"ref":"formatting.html","tf":0.09181141439205956},"messages.html":{"ref":"messages.html","tf":0.039647577092511016},"component.html":{"ref":"component.html","tf":0.015384615384615385},"sfc.html":{"ref":"sfc.html","tf":0.022900763358778626},"hot-reload.html":{"ref":"hot-reload.html","tf":0.12162162162162163},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.06514657980456026}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"docs":{}},"docs":{}}},"\\":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"y":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"e":{"docs":{},"b":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}},"e":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.006616257088846881}}}}}}}}},"(":{"7":{"docs":{},".":{"2":{"docs":{},"+":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"docs":{}}},"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}},"b":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"!":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"=":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.030837004405286344},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.06026058631921824},"api.html":{"ref":"api.html","tf":0.001890359168241966}},">":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}},"=":{"docs":{},"=":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"`":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"`":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"docs":{}},"docs":{}},"$":{"docs":{},"t":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"c":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"[":{"docs":{},"'":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}},"v":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"@":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"$":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"{":{"0":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"docs":{"started.html":{"ref":"started.html","tf":0.049019607843137254},"formatting.html":{"ref":"formatting.html","tf":0.04962779156327544},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0546875},"number.html":{"ref":"number.html","tf":0.056818181818181816},"messages.html":{"ref":"messages.html","tf":0.04405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.05357142857142857},"component.html":{"ref":"component.html","tf":0.06666666666666667},"directive.html":{"ref":"directive.html","tf":0.04854368932038835},"interpolation.html":{"ref":"interpolation.html","tf":0.031914893617021274},"sfc.html":{"ref":"sfc.html","tf":0.06297709923664122},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.06188925081433225},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"}":{"docs":{},"}":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"'":{"0":{"docs":{},"'":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"docs":{}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.014177693761814745}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.0392156862745098},"formatting.html":{"ref":"formatting.html","tf":0.03970223325062035},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.03125},"number.html":{"ref":"number.html","tf":0.045454545454545456},"messages.html":{"ref":"messages.html","tf":0.022026431718061675},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.05641025641025641},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.03625954198473282},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.03745928338762215},"api.html":{"ref":"api.html","tf":0.002835538752362949}},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098},"api.html":{"ref":"api.html","tf":0.000945179584120983}},".":{"docs":{},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},";":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.02480916030534351},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"{":{"docs":{},"{":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"docs":{}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},")":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098}},"}":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},">":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}},"@":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"[":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},"\"":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"e":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.011342155009451797}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"api.html":{"ref":"api.html","tf":0.010396975425330813}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.001890359168241966},"./":{"ref":"./","tf":0.037037037037037035}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"e":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"x":{"docs":{},"x":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"\\":{"docs":{},"'":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"|":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"pluralization.html":{"ref":"pluralization.html","tf":0.056338028169014086},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.017958412098298678}}},"午":{"docs":{},"前":{"2":{"docs":{},":":{"1":{"9":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},"docs":{}},"docs":{}}},"docs":{}}},"¥":{"1":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}},"docs":{}},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"'":{"docs":{},")":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"=":{"docs":{},"=":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"\"":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"\"":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"]":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}},"の":{"docs":{},"{":{"0":{"docs":{},"}":{"docs":{},"に":{"docs":{},"同":{"docs":{},"意":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}},"docs":{}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.014177693761814745}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"?":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"+":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"length":1983},"corpusTokens":["!!!!","!!!!'","!!'))","!==","\"en\":","\"hello","\"hello\":","\"internal1\":","\"ja\":","\"key1\":","\"lang","\"message1\":","\"nested\":","\"thi","\"こんにちは、世界!\"","$","$100.00","$d","$d(new","$d.","$i18n","$lang","$n","$n(100,","$n.","$t","$t(\"message.greeting\")","$t(\"message.hello\")","$t('change')","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('hello')","$t('hello',","$t('key1')","$t('message')","$t('message.hello',","$t('message.linked')","$t('nested.message1')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","$t.","$tc","$tc('apple',","$tc('car',","$tc.","$te","'%{msg}","''","'./ja'],","'/change',","'/refund',","'/term'","'@/lang'","'@:message.dio","'@kazupon/vu","'accept':","'app',","'application/json'","'application/json',","'axios'","'babel","'car","'chang","'content","'css","'currency')","'currency',","'dio:',","'en","'en'","'en',","'get',","'good","'hello","'hello'","'hello'})","'hi","'hi!'","'how","'i","'ja","'ja'","'ja')","'ja').","'ja',","'jpy',","'kazupon'","'kazupon',","'load","'long',","'no","'numeric'","'numeric',","'p',","'refund","'short')","'short',","'someth","'symbol'","'term","'the","'title1'","'usd'","'vue","'vue'","'yaml","'you","'zh'","'{0}","'{msg}","'おはようございます'","'こんにちは、component1'","'こんにちは、{name}!'","'こんにちは、世界'","'こんにちは、世界',","'こんにちは!'","'やあ!'","'利用規約',","'私は","(","(!loadedlanguages.includes(lang))","()","(7.2+)","(beta)","(compon","(e.g.","(ecma","(err)","(err,","(for","(global)","(https://github.com/kazupon/vu","(i18n.local","(in","(includ","(instead","(lang)","(locale,","(message,","(module.hot)","(npm","(object.keys(json).length","(options)","(val)",")","*/","*/),","+","...","...'","...values)","...},","...}]`",".rule('vue')",".tap(opt",".use('vu",".vue","/","//","//i18n","/\\.vue$/,","/bower_components/,","/src/builder/webpack","0","0)","1","1\"","1)","10","10,","15","15,","19,","2)","2.0.0+","2017","2017年4月19日(水)","3.0","30","402","402).","5.x","6.1+","7.0+","7.2+","7.3+",":","=","===","=>",">","?","@:","@:message.the_world","@kazupon/vu","@param","@return","[","['en']","['hello'])","['kazupon'])","['resolv","[choice],","[key:","[key],","[locale]","[locale],","[request]\"","[values]","]","`","`$t`","`$t`,","`$tc`","`$tc`.","`,","`@/lang/${lang}`).then(msg","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`vue","`{","abov","above,","accept","actual","add","additionally:","advanc","agreement","agreement'","allow","alreadi","also,","also:","alway","annot","anoth","api","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","app.load","appearance.","appl","apple:","apples'","applic","application.","apr","arbitrari","args:","argument,","arguments:","array","array}","assigned,","assum","asynchron","attribut","attribute,","attribute.","automatically:","avail","available:","avoid","axio","axios.defaults.headers.common['accept","back","base","basic","beforeeach","bellow","below","below.","below:","better","block","block.","blocks.","bnf","boolean","browser","build","build.","built","cach","call","car","car:","cars',","case","catch","cb(error)","cb(null,","cb)","cd","cdn","chainwebpack:","chang","change:","changelimit","changelimit:","changeurl:","check","children","choice:","class","class,","cli","cli),","click","clone","code","common","compat","compil","complex.","compon","component,","component.","component1","component1'","components,","components:","compos","comput","computed:","con","concret","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","cons:","consist","console.error(err)","const","constructor","constructor.","constructor:","content","content.","conveni","cool","copi","costs.","count","count,","count:","creat","createrender","css:","cumbersome,","currency,","currency:","currencydisplay:","custom","customformatt","customformatter(),","customformatter(/*","d","d(","d)","danger","data","data:","date(),","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","day:","deepmerg","deepmerge!","default","default:","defin","definit","defnition,","departure.","departure.',","depen","depend","design.","detail","details:","dev","dio:","direct","directive,","directive.","directli","directori","dist","docs?","document","document.queryselector('html').setattribute('lang',","documentation.","doesn't","don't","done","download","due","dynam","dynamically,","e.g.","each","easi","easili","ecma","ecmascript","element","element.","empti","en","en)","en.greet","en.j","en:","environmens,","error","error('local","errors:","es2015","esmodule:","etc)","etc),","everytim","exampl","example,","example.","example:","examples:","exclude:","execut","exist","exists.","expects:","explicitli","export","extend","extens","extentions.","extractcss:","fail","fails.","fall","fallback","fallback:","fallbacklang","fallbacklocal","fallbacklocale:","fallbackroot","fals","false,","featur","feature.","fetch('/locales/'","file","files.","finish.","first","flexibl","flight","flight',","flowtyp","folder","follow","following,","following:","forget","format","format,","format.","format:","formats.","formatt","formatted)","formatter:","formatting,","formatting.","formatting:","forward.","found","from,","fromatt","full","function","function,","function.","gener","general,","get","getdatetimeformat","getlocalemessage(","getnumberformat","git","github","global","greeting:","guid","guide.","hander","handl","handler","headers:","hello","hello:","help","here","here.","hi","hide","hook.","hope","hot","hour12:","hour:","html","html=\"$t('term')\".","https://github.com/kazupon/vu","https://unpkg.com/vu","i(","i18n","i18n'","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.git","i18n.j","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","i18n.setlocalemessage(lang,","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n/dist/vu","i18n:","i18n@7.4.2/dist/vu","i18nformatt","i18nopt","ia8n","icu","implement","implementaion","import","import(/*","improv","includ","index","indic","info","info.","info:","init","inits,","inject","insert","insid","instal","instanc","instance,","instance.","interfac","interface.","intern","internation","interpl","interpol","interpolc","interpolcation)","interpolcation.","intl.datetimeformat","intl.numberformat","intlavail","introduct","it'","it.","it.j","itself","ja","ja)","ja.greet","ja:","javascript","javascript:","jp')","jp':","js:","json","kazupon","kazupon!","keep","key","key,","key.","key:","keypath","lang","lang)","languag","language']","languages.","laravel","later.","latest","lazi","lead","learn","less:","let","level","link","linked:","links.","list","load","loadedlanguag","loadedlanguages.push(lang)","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","loading:","loadlanguageasync","loadlanguageasync(lang).then(()","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale,messages,","locale.","locale:","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","localization,","localization.","logic","long,","long:","look","make","manag","manual","mayb","merg","merge(options,","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message\"","message\",","message)","message,","message.","message1","message1\"","message1\",","message:","messages,","messages.","messages:","messg","method","method.","method:","methods:","migrat","minut","minute:","miss","missing,","missing.","missing:","missinghandl","mix","mix.webpackconfig({","mix@1.5.1","modifi","modul","module.","module.export","module.hot.accept(['./en',","module:","month:","more","morning'","msg:","msgs.default)","multipl","mustash","n(","name","name:","namespac","need","needed.","nest","never","new","next","next())","next)","nicknam","node_modules/vu","normal","not,","note","note:","now","npm","npm.","null","number","numberformat","numberformat:","numberformatresult","object","object,","object:","object}","object}:","occur","occures,","offici","omitted.","on","onc","once.","optimizations.","option","option):","option,","option.","optional,","options,","options:","order","orient","otherwis","otherwise,","ouput","ouput:","output","output:","outputs:","overkil","params:","pass","path","path:","path]:","paths.","perform","pipe","place","plugin","plural","pluralization.","point","possibl","postcss:","postloaders:","pre","preferenti","prefix","prelaod","preloaders:","pro","probabl","project","project.","promis","promise.reject(new","promise.resolve(json)","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","prop","prop.","properti","property:","props:","provid","rail","re","read","read/writ","readi","realiz","realli","recommend","refer","refund","refund:","refundlimit:","refundurl:","regardless","regist","reject","releas","reload","remov","render","rendering,","replac","requir","require('./en').default)","require('./ja').default)","require('deepmerge')","required,","required:","res.json()","reside.","return","return:","return::","root","rout","router","router.beforeeach((to,","rubi","rule","rules.j","rules:","run","run!","same","sampl","sass:","save","script","scss:","second","section","see","sensit","separately,","separator,","separator.","server","servic","service',","service.","set","set.","setdatetimeformat","seti18nlanguag","seti18nlanguage(lang)","setlocalemessage(","setnumberformat","setup","setup,","setup.j","short","short,","short:","side","sign","silenttranslationwarn","similar","singl","so,","someth","sometimes,","space","span","special","specif","specifi","specify.","src","start","started!","static","still","stop","store","straight","string","string'","string']","string,","string.","string;","string}","structur","structure,","style","style:","stylus:","support","suppress","supress","sure","sync","sync:","synchron","syntax","syntax')","syntax).","syntax,","syntax.","syntax:","system","system,","t","t(","tag","tag:","tags.","target","tc(","te(","templat","template:","templates:","term","term1:","term2:","term:","test:","text","text:","textcont","that,","the_world:","there!","there!'","there'","therefor","this.$i18n.local","ticket","ticket'","title:","to.","to.params.lang","too.","tos:","track","transition.","translat","translateresult","tri","true","true,","trust","type","type':","type:","unnecessary.","unpkg.com","until","updat","url","url:","us","us'","us',","us':","usag","usage,","usage:","use:","user","v","v5.x","v6.0","val","valu","value,","value.","value:","values)","values,","values.","values:","veri","version","version.","version/tag","via","vm)","vnode","vnode):","vnode{","vs","vue","vue({","vue.config.j","vue.j","vue.local","vue.t","vue.tc","vue.use():","vue.use(vuei18n)","vue.use(vuei18n).","vueextractplugin.extract({","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","vulner","vulnerabilities.","wait","want","warn","warned,","warned.","warnings.","watch","watch:","way,","webpack","webpack.","webpack.mix.j","webpackchunkname:","websit","weekday:","whether","white","work","world","world!\"","world'","world',","would.","xss","xxx","xxx\\'s',","yaml","yarn","year:","you?","you?',","yourself","{","{'0':","{0}'","{0}.'","{action}","{array","{array}","{boolean}","{count}","{datetimeformat}","{limit}","{local","{localemessageobject}","{locale}","{locale}:","{name}!'","{name}'","{number","{numberformat}","{number}","{object","{path","{path}","{path}:","{string","{string}","{string}:","{{","{{}}","{}","|","}","})","}),","}).$mount('#app')","}).$mount('#object","}).$mount('#str","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","});","},","};","}`","}}","}}{{","おはよう、世界!","こんにちは、component1","こんにちは、kazupon!","こんにちは、世界","の{0}に同意します。'","午前2:19","¥100"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"vue-i18n documentation for v5.x\nInternationalization plugin of Vue.js\n\nInstallation\nGetting Started\nFormatting\nPluralization\nLocale and Keypath Syntax\nLinked Translation\nFallback Translation\nComponent Locale\nDynamic Locale\nHot reload\nAPI References\n\n"},"installation.html":{"url":"installation.html","title":"Installation","keywords":"","body":"Installation\nCompatibility Note\n\nVue.js 2.0.0+\n\nDirect Download / CDN\nhttps://unpkg.com/vue-i18n/dist/vue-i18n\nunpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.4.2/dist/vue-i18n.js\nInclude vue-i18n after Vue and it will install itself automatically:\n\n\n\nNPM\n$ npm install vue-i18n\nYarn\n$ yarn add vue-i18n\nWhen using with a module system, you must explicitly install the vue-i18n via Vue.use():\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\n\nVue.use(VueI18n)\n\nYou don't need to do this when using global script tags.\nDev Build\nYou will have to clone directly from GitHub and build vue-i18n yourself if\nyou want to use the latest dev build.\n$ git clone https://github.com/kazupon/vue-i18n.git node_modules/vue-i18n\n$ cd node_modules/vue-i18n\n$ npm install\n$ npm run build\n"},"started.html":{"url":"started.html","title":"Getting started","keywords":"","body":"Getting started\n\nWe will be using ES2015 in the code samples in the guide.\n\nHTML\n\n\n\n\n {{ $t(\"message.hello\") }}\n\n\nJavaScript\n// If using a module system (e.g. via vue-cli), import Vue and VueI18n and then call Vue.use(VueI18n).\n// import Vue from 'vue'\n// import VueI18n from 'vue-i18n'\n//\n// Vue.use(VueI18n)\n\n// Ready translated locale messages\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界'\n }\n }\n}\n\n// Create VueI18n instance with options\nconst i18n = new VueI18n({\n locale: 'ja', // set locale\n messages, // set locale messages\n})\n\n\n// Create a Vue instance with `i18n` option\nnew Vue({ i18n }).$mount('#app')\n\n// Now the app has started!\n\nOutput the following:\n\n こんにちは、世界\n\n\n"},"formatting.html":{"url":"formatting.html","title":"Formatting","keywords":"","body":"Formatting\nHTML formatting\n\n NOTE: Dynamically localization arbitrary HTML on your website can be very dangerous because it can easily lead to XSS vulnerabilities. Only use HTML interpolation on trusted content and never on user-provided content. We recommended that use component interpolation feature.\n\nIn some cases you might want to rendered your translation as an HTML message and not a static string.\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n }\n}\n\nTemplate the below:\n\n\nOutput the below (instead of the message pre formatted)\nhello\n exists but is rendered as html and not a string-->\nworld\n\nNamed formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nList formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{0} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', ['hello']) }}\n\nOutput the below:\nhello world\n\nList formatting also accepts array-like object:\n{{ $t('message.hello', {'0': 'hello'}) }}\n\nOutput the below:\nhello world\n\nSupport ruby on rails i18n format\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '%{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nCustom formatting\nSometimes, you maybe need to translate with custom formatting (e.g. ICU message syntax).\nYou can realize with custom formatter that implement Formatter Interface.\nThe following custom formatter with ES2015 class syntax:\n// Custom Fromatter implementaion\nclass CustomFormatter {\n constructor (options) {\n // ...\n }\n\n //\n // interpolate\n //\n // @param {string} message\n // string of list or named format.\n // e.g.\n // - named formatting: 'Hi {name}'\n // - list formatting: 'Hi {0}'\n //\n // @param {Object | Array} values\n // values of `message` interpolcation.\n // passed values with `$t`, `$tc` and `i18n` functional component.\n // e.g. \n // - $t('hello', { name: 'kazupon' }) -> passed values: Object `{ name: 'kazupon' }` \n // - $t('hello', ['kazupon']) -> passed values: Array `['kazupon']`\n // - `i18n` functional component (component interpolcation)\n // \n // kazupon\n // how are you?\n // \n // -> passed values: Array (included VNode):\n // `[VNode{ tag: 'p', text: 'kazupon', ...}, VNode{ tag: 'p', text: 'how are you?', ...}]`\n //\n // @return {Array}\n // interpolated values. you need to return the following:\n // - array of string, when is using `$t` or `$tc`.\n // - array included VNode object, when is using `i18n` functional component.\n // \n interpolate (message, values) {\n // implement interpolcation logic here\n // ...\n\n // return the interpolated array\n return ['resolved message string']\n }\n}\n\n// register with `formatter` option\nconst i18n = new VueI18n({\n locale: 'en-US',\n formatter: new CustomFormatter(/* here the constructor options */),\n messages: {\n 'en-US': {\n // ...\n },\n // ...\n }\n})\n\n// Run!\nnew Vue({ i18n }).$mount('#app')\n\nYou can check the custom formatter official example.\n"},"pluralization.html":{"url":"pluralization.html","title":"Pluralization","keywords":"","body":"Pluralization\nYou can translate with pluralization. You must define the locale that have a pipe | separator, and define plurals in pipe separator.\nLocale messages the below:\nconst messages = {\n en: {\n car: 'car | cars',\n apple: 'no apples | one apple | {count} apples'\n }\n}\n\nTemplate the below:\n{{ $tc('car', 1) }}\n{{ $tc('car', 2) }}\n\n{{ $tc('apple', 0) }}\n{{ $tc('apple', 1) }}\n{{ $tc('apple', 10, { count: 10 }) }}\n\nOutput the below:\ncar\ncars\n\nno apples\none apple\n10 apples\n\n"},"datetime.html":{"url":"datetime.html","title":"DateTime localization","keywords":"","body":"DateTime localization\n\n 7.0+\n\nYou can localize the datetime with your definition formats.\nDateTime formats the below:\nconst dateTimeFormats = {\n 'en-US': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric'\n }\n },\n 'ja-JP': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric', hour12: true\n }\n }\n}\n\nAs the Above, You can define the datetime format with named (e.g. short, long, etc), and you need to use the options with ECMA-402 Intl.DateTimeFormat\nAfter that like the locale messages, You need to specify the dateTimeFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n dateTimeFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $d(new Date(), 'short') }}\n {{ $d(new Date(), 'long', 'ja-JP') }}\n\n\nOutput the below:\n\n Apr 19, 2017\n 2017年4月19日(水) 午前2:19\n\n\n"},"number.html":{"url":"number.html","title":"Number localization","keywords":"","body":"Number localization\n\n 7.0+\n\nYou can localize the number with your definition formats.\nNumber formats the below:\nconst numberFormats = {\n 'en-US': {\n currency: {\n style: 'currency', currency: 'USD'\n }\n },\n 'ja-JP': {\n currency: {\n style: 'currency', currency: 'JPY', currencyDisplay: 'symbol'\n }\n }\n}\n\nAs the Above, You can define the number format with named (e.g. currency, etc), and you need to use the options with ECMA-402 Intl.NumberFormat\nAfter that like the locale messages, You need to specify the numberFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n numberFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $n(100, 'currency') }}\n {{ $n(100, 'currency', 'ja-JP') }}\n\n\nOutput the below:\n\n $100.00\n ¥100\n\n\n"},"messages.html":{"url":"messages.html","title":"Locale messages syntax","keywords":"","body":"Locale messages syntax\nStructure\nLocale Messages syntax the below:\n// As Flowtype defnition, Locale Messages syntax like BNF annotation\ntype LocaleMessages = { [key: Locale]: LocaleMessageObject };\ntype LocaleMessageObject = { [key: Path]: LocaleMessage };\ntype LocaleMessageArray = LocaleMessage[];\ntype LocaleMessage = string | LocaleMessageObject | LocaleMessageArray;\ntype Locale = string;\ntype Path = string;\n\nBased on the above syntax, You can configure the following structure Locale Messages:\n{\n \"en\": { // 'en' Locale\n \"key1\": \"this is message1\", // basic\n \"nested\": { // nested\n \"message1\": \"this is nested message1\"\n },\n errors: [ // array\n \"this is 0 error code message\",\n { // object in array\n \"internal1\": \"this is internal 1 error message\"\n },\n [ // array in array\n \"this is nested array error 1\"\n ]\n ]\n },\n \"ja\": { // 'ja' Locale\n // ...\n }\n}\n\nIn the above Locale Messages structure, You can translate with using below key paths.\n\n \n {{ $t('key1') }}\n \n {{ $t('nested.message1') }}\n \n {{ $t('errors[0]') }}\n \n {{ $t('errors[1].internal1') }}\n \n {{ $t('errors[2][0]') }}\n\n\nOuput the following:\n\n \n this is message1\n \n this is nested message1\n \n this is 0 error code message\n \n this is internal 1 error message\n \n this is nested array error 1\n\n\nLinked locale messages\nIf there's a translation key that will always have the same concrete text as another one you can just link to it. To link to another translation key, all you have to do is to prefix its contents with an @: sign followed by the full name of the translation key including the namespace you want to link to.\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n the_world: 'the world',\n dio: 'DIO:',\n linked: '@:message.dio @:message.the_world !!!!'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.linked') }}\n\nOutput the below:\nDIO: the world !!!!\n\n"},"fallback.html":{"url":"fallback.html","title":"Fallback localization","keywords":"","body":"Fallback localization\nThe following locale messages that not exist message key in ja locale:\nconst messages = {\n en: {\n message: 'hello world'\n },\n ja: {\n }\n}\n\nWhen specify the fallbackLocale option to VueI18n constructor option, message key is localized with en locale key:\nconst i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n messages\n})\n\nTemplate the below:\n{{ $t('message') }}\n\nOutput the below:\nhello world\n\n"},"component.html":{"url":"component.html","title":"Component based localization","keywords":"","body":"Component based localization\nIn general, locale info (e.g. locale,messages, etc) is set as constructor option of VueI18n instance and it sets i18n option as root Vue instance. Therefore you can globally translate with using $t or $tc in the root Vue instance and any composed component. \nYou can also manage locale info for each component separately, which might be more convenient due to Vues component oriented design.\nComponent based localization example:\n// setup locale info for root Vue instance\nconst i18n = new VueI18n({\n locale: 'ja',\n messages: {\n en: {\n message: {\n hello: 'hello world',\n greeting: 'good morning'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界',\n greeting: 'おはようございます'\n }\n }\n }\n})\n\n// Define component\nconst Component1 = {\n template: `\n \n Component1 locale messages: {{ $t(\"message.hello\") }}\n Fallback global locale messages: {{ $t(\"message.greeting\") }}\n `,\n i18n: { // `i18n` option\n messages: {\n en: { message: { hello: 'hello component1' } },\n ja: { message: { hello: 'こんにちは、component1' } }\n }\n }\n}\n\nnew Vue({\n i18n,\n components: {\n Component1\n }\n}).$mount('#app')\n\nTemplate:\n\n {{ $t(\"message.hello\") }}\n \n\n\nOutputs the following:\n\n こんにちは、世界\n \n Component1 locale messages: こんにちは、component1\n Fallback global locale messages: おはよう、世界!\n \n\n\nAs in the example above, if the component doesn't have the locale message, it falls back to globally defined localization info. The component uses the language set in the root instance (in the above example: locale: 'ja'). \nIf you hope localize in the component locale, you can realize with sync: false and locale in i18n option.\n"},"directive.html":{"url":"directive.html","title":"Custom directive localization","keywords":"","body":"Custom directive localization\n\n 7.3+\n\nYou can translate not only with v-t custom directive, but also with $t method.\nString syntax\nYou can pass the keypath of locale messages with string syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi there!' },\n ja: { hello: 'こんにちは!' }\n }\n }),\n data: { path: 'hello' }\n}).$mount('#string-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n hi there!\n hi there!\n\n\nObject syntax\nYou can use object syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi {name}!' },\n ja: { hello: 'こんにちは、{name}!' }\n }\n }),\n computed: {\n nickName () { return 'kazupon' }\n },\n data: { path: 'hello' }\n}).$mount('#object-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n こんにちは、kazupon!\n hi kazupon!\n\n\n$t vs v-t\n$t\n$t is extended Vue instance method. It has the following pros and cons:\nPros\nYou can flexibly use mustash syntax {{}} in templates and also computed props and methods in Vue instance.\nCons\n$t is executed everytime when re-render occures, so it does have a translation costs.\nv-t\nv-t is a custom directive. It has the following pros and cons:\nPros\nv-t has better performance than the $t method due to its cache with the custom directive, when translated once. Also, pre-translation is possible with the Vue compiler module which was provided by vue-i18n-extentions. Therefore it's possible to make more performance optimizations.\nCons\nv-t can not be flexibly used like $t, it's rather complex. The translated content with v-t is inserted into the textContent of the element. Also, when you use server-side rendering, you need to set the custom directive to directives option of the createRenderer function.\n"},"interpolation.html":{"url":"interpolation.html","title":"Component interpolation","keywords":"","body":"Component interpolation\nBasic Usage\n\n 7.0+\n\nSometimes, we need to localize with locale message that was included HTML tag or component. For example:\nI accept xxx Terms of Service Agreement\n\nIn the above message, if you use with $t, probably you may try to compose the following locale messages:\nconst messages = {\n en: {\n term1: 'I Accept xxx\\'s',\n term2: 'Terms of Service Agreement'\n }\n}\n\nAnd in the following, you may try to implement in template:\n{{ $t('term1') }}{{ $t('term2') }}\n\noutput:\nI accept xxx Terms of Service Agreement\n\nThis is very cumbersome, and if you configure the tag in a locale message, there is a possibility XSS vulnerabilities due to localize with v-html=\"$t('term')\".\nYou can avoid it with using i18n functional component. For example:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nthe following ouput:\n\n \n \n I accept xxx Term of Service.\n \n \n\n\nAbout the above example, see the example\nThe children of i18n functional component is interpolated with locale message of path prop. In the above example, {{ $t('tos') }} is interplated with term locale message.\nIn above example, the component interpolation follows the list formatting. The children of i18n functional component are interpolated by their orders of appearance.\nAdvanced Usage\n\n 7.2+\n NOTE: In i18n component, text content consists of only white spaces will be omitted.\n\nNamed formatting is supported with the help of place attribute. For example:\n\n \n \n {{ changeLimit }}\n {{ $t('change') }}\n \n \n\n\nconst messages = {\n en: {\n info: 'You can {action} until {limit} minutes from departure.',\n change: 'change your flight',\n refund: 'refund the ticket'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n changeUrl: '/change',\n refundUrl: '/refund',\n changeLimit: 15,\n refundLimit: 30\n }\n}).$mount('#app')\n\nOutputs:\n\n \n \n You can change your flight until 15 minutes from departure.\n \n \n\n\n\n NOTE: To use named formatting, all children of i18n component must have place attribute set. Otherwise it will fallback to list formatting.\n\nIf you still want to interpolate text content in named formatting, you could define places property on i18n component. For example:\n\n \n \n {{ $t('refund') }}\n \n \n\n\nOutputs:\n\n \n \n You can refund your ticket until 30 minutes from departure.\n \n \n\n\n"},"sfc.html":{"url":"sfc.html","title":"Single file components","keywords":"","body":"Single file components\nBasic Usage\nIf you are building Vue component or Vue application with using single file components, you can manage the locale messages i18n custom block.\nThe following in single file components example:\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\n\n \n locale\n \n en\n ja\n \n message: {{ $t('hello') }}\n \n\n\n\nexport default {\n name: 'app',\n data () { return { locale: 'en' } },\n watch: {\n locale (val) {\n this.$i18n.locale = val\n }\n }\n}\n\n\nInstalling vue-i18n-loader\nYou need to install vue-loader and vue-i18n-loader due to use custom blocks. While vue-loader most likely is already used in your project if you are working with single file components, you must install vue-i18n-loader additionally:\n$ npm i --save-dev @kazupon/vue-i18n-loader\nWebpack\nFor Webpack the configuration below is required:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n loaders: {\n // you need to specify `i18n` loaders key with `vue-i18n-loader` (https://github.com/kazupon/vue-i18n-loader)\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nVue CLI 3.0 (beta)\nVue-cli 3.0 hides the webpack configuration, so, if we want to add support to the tag inside a single file component we need to modify the existing configuration.\nIn order to do that we have to create a vue.config.js at the root of our project. Once done that, we have to include the following:\nconst merge = require('deepmerge')\n\nmodule.exports = {\n chainWebpack: config => {\n config.module\n .rule('vue')\n .use('vue-loader')\n .tap(options =>\n merge(options, {\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n })\n )\n }\n}\n\nDon't forget to install deepmerge! (npm i deepmerge -D or yarn add deepmerge -D)\nIf you want to read more about modifying the existing configuration click here.\nLaravel-Mix\nLaravel mix has its own rules for .vue files. To add the vue-i18n-loader, add the following to webpack.mix.js\nmix.webpackConfig({\n // ...\n module: {\n rules: [\n {\n // Rules are copied from laravel-mix@1.5.1 /src/builder/webpack-rules.js and manually merged with the ia8n-loader. Make sure to update the rules to the latest found in webpack-rules.js\n test: /\\.vue$/,\n loader: 'vue-loader',\n exclude: /bower_components/,\n options: {\n // extractCSS: Config.extractVueStyles,\n loaders: Config.extractVueStyles ? {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n scss: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader',\n fallback: 'vue-style-loader'\n }),\n\n sass: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader?indentedSyntax',\n fallback: 'vue-style-loader'\n }),\n\n css: vueExtractPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n }),\n\n stylus: vueExtractPlugin.extract({\n use: 'css-loader!stylus-loader?paths[]=node_modules',\n fallback: 'vue-style-loader'\n }),\n\n less: vueExtractPlugin.extract({\n use: 'css-loader!less-loader',\n fallback: 'vue-style-loader'\n }),\n\n i18n: '@kazupon/vue-i18n-loader',\n } : {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n i18n: '@kazupon/vue-i18n-loader',\n },\n postcss: Config.postCss,\n preLoaders: Config.vue.preLoaders,\n postLoaders: Config.vue.postLoaders,\n esModule: Config.vue.esModule\n }\n },\n // ...\n ]\n },\n // ...\n});\n\nYAML loading\ni18n custom blocks need to specify JSON format, also you can use YAML format by using pre-loader feature of vue-loader.\nthe i18n custom blocks below of YAML format:\n\nen:\n hello: \"hello world!\"\nja:\n hello: \"こんにちは、世界!\"\n\n\nWebpack conf the below:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n preLoaders: {\n i18n: 'yaml-loader'\n },\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nMultiple custom blocks\nyou can be used the locale messages with multiple i18n custom block.\n\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\nIn the above, first custom block load the common locale message with src attribute, second custom block load the locale messge that defined only at single file component. These locale messages will be merged as locale message of component.\nIn this way, multiple custom blocks useful when want to be used as module.\n"},"hot-reload.html":{"url":"hot-reload.html","title":"Hot reloading","keywords":"","body":"Hot reloading\nYou can watch for changes in localization files and hot reload changes into your application.\n// Something locale messages\nconst messages = {\n // ...\n}\n\n// VueI18n instance\nconst i18n = new Vuei18n({\n locale: 'en',\n messages\n})\n\n// Run app\nconst app = new Vue({\n i18n,\n // ...\n}).$mount('#app')\n\n// Hot updates\nif (module.hot) {\n module.hot.accept(['./en', './ja'], function () {\n i18n.setLocaleMessage('en', require('./en').default)\n i18n.setLocaleMessage('ja', require('./ja').default)\n // Or the following hot updates via $i18n property\n // app.$i18n.setLocaleMessage('en', require('./en').default)\n // app.$i18n.setLocaleMessage('ja', require('./ja').default)\n })\n}\n\n"},"lazy-loading.html":{"url":"lazy-loading.html","title":"Lazy loading","keywords":"","body":"Lazy loading translations\nLoading all of your translation files at once is overkill and unnecessary. Lazy loading or asynchronously loading the translation files is really easy when using Webpack.\nLets assume we have a project directory similar to the one bellow\nour-cool-project\n-dist\n-src\n--routes\n--store\n--setup\n---i18n-setup.js\n--lang\n---en.js\n---it.js\nThe lang folder is where all of our translation files will reside. \nThe setup folder is where our arbitrary setup files like the i18n-setup, global component inits, plugin inits and other reside.\n//i18n-setup.js\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\nimport messages from '@/lang'\nimport axios from 'axios'\n\nVue.use(VueI18n)\n\nexport const i18n = new VueI18n({\n locale: 'en', // set locale\n fallbackLocale: 'en',\n messages // set locale messages\n})\n\nconst loadedLanguages = ['en'] // our default language that is prelaoded \n\nfunction setI18nLanguage (lang) {\n i18n.locale = lang\n axios.defaults.headers.common['Accept-Language'] = lang\n document.querySelector('html').setAttribute('lang', lang)\n return lang\n}\n\nexport function loadLanguageAsync (lang) {\n if (i18n.locale !== lang) {\n if (!loadedLanguages.includes(lang)) {\n return import(/* webpackChunkName: \"lang-[request]\" */ `@/lang/${lang}`).then(msgs => {\n i18n.setLocaleMessage(lang, msgs.default)\n loadedLanguages.push(lang)\n return setI18nLanguage(lang)\n })\n } \n return Promise.resolve(setI18nLanguage(lang))\n }\n return Promise.resolve(lang)\n}\n\nIn short we are creating a new VueI18n instance as we normally would. Then we are creating a loadedLanguages array that will keep track of our loaded languages.\nNext is the setI18nLanguage function that will actually change the language in our vueI18n instance, axios and where ever else is needed.\nThe loadLanguageAsync function is what we will actually use to change the languages. Loading the new files is done via the import function, which is generously provided by Webpack and it allows us to load files dynamically, and because it uses promises we can easily wait for the loading to finish.\nYou can learn more about the import function in the Webpack documentation.\nUsing the loadLanguageAsync function is straight forward. A common use case is inside a vue-router beforeEach hook.\nrouter.beforeEach((to, from, next) => {\n const lang = to.params.lang\n loadLanguageAsync(lang).then(() => next())\n})\n\nWe could improve this by checking if the lang is actually supported by us or not, call reject so we can catch that in the beforeEach stopping the route transition.\n"},"migrations.html":{"url":"migrations.html","title":"Migrations","keywords":"","body":"Migrations\nGlobal config\nlang replaced\nUse VueI18n class constructor locale option, or VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nfallbackLang replaced\nUse VueI18n class constructor fallbackLocale option, or VueI18n#fallbackLocale property:\n const i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change fallback locale\n i18n.fallbackLocale = 'zh'\n // or\n app.$i18n.fallbackLocale = 'zh'\n\nmissingHandler replaced\nUse VueI18n class constructor missing option, or VueI18n#missing property:\n const i18n = new VueI18n({\n // ...\n missing: (locale, key, vm) => {\n // handle translation missing\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change missing handler\n i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n // or\n app.$i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n\ni18nFormatter replaced\nUse VueI18n class constructor formatter option, or VueI18n#formatter property:\n class CustomFormatter {\n format (message, ...values) {\n // something render logic\n return 'something string'\n }\n }\n\n const i18n = new VueI18n({\n // ...\n formatter: new CustomFormatter(),\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change custom formatter\n i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n // or\n app.$i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n\nGlobal methods\nVue.locale replaced\nUse VueI18n class constructor messages option, or VueI18n#GetLocaleMessage / VueI18n#setLocaleMessage methods:\n const i18n = new VueI18n({\n // ...\n messages: {\n en: {\n hello: 'hello world',\n // ...\n },\n ja: {\n hello: 'こんにちは、世界',\n // ...\n }\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // get locale message\n const en = i18n.getLocaleMessage('en')\n en.greeting = 'hi!'\n // set locale message\n i18n.setLocaleMessage('en', en)\n // or\n const ja = app.$i18n.getLocaleMessage('ja')\n ja.greeting = 'やあ!'\n app.$i18n.setLocaleMessage('ja', ja)\n\nVue.t replaced\nUse VueI18n#t method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n i18n.t('greeting', { name: 'kazupon' }) // -> hi kazupon\n\nVue.tc replaced\nUse VueI18n#tc method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n apple: 'no apples | one apple | {count} apples'\n }\n },\n // ...\n })\n\n const count = 10\n i18n.tc('apple', count, { count }) // -> 10 apples\n\nVue.te replaced\nUse VueI18n#te method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n hello: 'hello world'\n }\n },\n // ...\n })\n\n i18n.te('hello') // -> true\n i18n.te('hallo', 'ja') // -> false\n i18n.te('hello') // -> true\n\nConstructor options\nlocales replaced\nUse messages of VueI18n class constructor option, or messages of i18n option (for Component option):\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n // for Component\n const Component1 = {\n i18n: {\n messages: {\n en: {\n title: 'Title1'\n }\n }\n }\n }\n\nInstance properties\n$lang replaced\nUse VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nFeatures\nDynamic locale removed\nIf you need to dynamic set locale messages, you should implement the below:\n const i18n = new VueI18n({ locale: 'en' })\n const app = new Vue({\n i18n,\n data: { loading: '' }\n }).$mount('#app')\n\n function loadLocaleMessage (locale, cb) {\n return fetch('/locales/' + locale, {\n method: 'get',\n headers: {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }\n }).then((res) => {\n return res.json()\n }).then((json) => {\n if (Object.keys(json).length === 0) {\n return Promise.reject(new Error('locale empty !!'))\n } else {\n return Promise.resolve(json)\n }\n }).then((message) => {\n cb(null, message)\n }).catch((error) => {\n cb(error)\n })\n }\n\n app.loading = 'loading ...'\n loadLocaleMessage('en', (err, message) => {\n if (err) {\n app.loading = ''\n console.error(err)\n return\n }\n i18n.setLocaleMessage('en', message)\n app.loading = ''\n })\n\n"},"api.html":{"url":"api.html","title":"API references","keywords":"","body":"API references\nExtension of Vue\nVue constructor options\ni18n\n\nType: I18nOptions\nComponent based localization option. \n\nSee also: VueI18n class constructor options\n\n\nVue injected methods\n$t\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you specified key of list / named formatting local messages, you must specify values too. For values more details see Formatting.\n\n\n$tc\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{Locale} locale: optional\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key with pluralization. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you will specify string value to values, localize the locale messages of value. If you will specify Array or Object value to values, you must specify with values of $t.\n\n\n$te\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key exists. In Vue instance, If not specified component locale messages, check with global locale messages. If you specified locale, check the locale messages of locale.\n\n\n$d\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nLocalize the datetime of value with datetime format of key. The datetime format of key need to register to dateTimeFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, Localized in preferentially it than locale option of VueI18n constructor.\nIf the datetime format of key not exist in dateTimeFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\n$n\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: NumberFormatResult\nLocalize the number of value with number format of key. The number format of key need to register to numberFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, Localized in preferentially it than locale option of VueI18n constructor.\nIf the number format of key not exist in numberFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\nInjected properties\n$i18n\n\nType: I18n\n\nRead only\nGet a VueI18n instance. If you are specify.\nIf you have specified an i18n option at component options, you will be able to get a VueI18n instance at the component, Otherwise, you will be able get root VueI18n instance.\n\n\nVueI18n class\nVuei18n class implement I18n interface of flowtype definitions\nStatic properties\nversion\n\nType: string\nvue-i18n version.\n\n\navailabilities\n\n 7.0+\n\n\nType: IntlAvailability\nWhether the following internationalization features are available:\n\n{boolean} dateTimeFormat: locale sensitive datetime formatting\n\n{boolean} numberFormat: locale sensitive number formatting\nThe above internationalization features are depends on the browser environmens, due to implement with ECMAScript Internationalization API (ECMA-402).\n\n\nConstructor options\nYou can specify the below some options of I18nOptions constructor options of flowtype definitions\nlocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nDefault: {}\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nDefault: {}\nThe datetime formats of localization.\n\nSee also: DateTimeFormats type of flowtype definitions\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nDefault: {}\nThe number formats of localization.\n\nSee also: NumberFormats type of flowtype definitions\n\n\nformatter\n\nType: Formatter\n\nDefault: Built in formatter\nThe formatter that implemented with Formatter interface.\n\n\nmissing\n\nType: MissingHandler\n\nDefault: null\nA hander for localization missing. The handler gets called with the localization target locale, localization path key and the Vue instance.\nIf missing hander is assigned, and occured localization missing, it's not warned.\n\n\nfallbackRoot\n\nType: Boolean\n\nDefault: true\nIn the component localization, whether to fall back to root level (global) localization when localization fails.\nIf false, it's warned, and is returned the key.\n\n\nsync\n\nType: Boolean\n\nDefault: true\nWhether synchronize the root level locale to the component localization locale.\nIf false, regardless of the root level locale, localize for each component locale.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: Boolean\n\nDefault: false\nWhether suppress warnings outputted when localization fails.\nIf true, supress localization fail warnings.\n\n\nProperties\nlocale\n\nType: Locale\n\nRead/Write\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nRead/Write\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nRead only\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nRead only\nThe datetime formats of localization.\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nRead only\nThe number formats of localization.\n\n\nmissing\n\nType: MissingHandler\n\nRead/Write\nA hander for localization missing.\n\n\nformatter\n\nType: Formatter\n\nRead/Write\nThe formatter that implemented with Formatter interface.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: boolean\n\nRead/Write\nWhether suppress warnings outputted when localization fails.\n\n\nMethods\ngetLocaleMessage( locale )\n\nArguments:\n\n{Locale} locale\n\n\nReturn: LocaleMessageObject\nGet the locale message of locale.\n\n\nsetLocaleMessage( locale, message )\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nSet the locale message of locale.\n\n\nmergeLocaleMessage( locale, message )\n\n6.1+\n\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nMerge the registered locale messages with the locale message of locale.\n\n\nt( key, [locale], [values] )\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn:: TranslateResult\nThis is the same as the Function returned with $t method. More detail see $t.\n\n\ni( key, [locale], [values] )\n\n 7.0+\n\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array} values: optional\n\n\nReturn:: TranslateResult\n\n\ntc( key, [choice], [values] )\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nThis is the same as the Function returned $tc method. More detail see $tc.\n\n\nte( key, [locale] )\n\nArguments:\n\n{string} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key path exists in global locale message. If you specified locale, check the locale message of locale.\n\n\ngetDateTimeFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: DateTimeFormat\nGet the datetime format of locale.\n\n\nsetDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nSet the datetime format of locale.\n\n\nmergeDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nMerge the registered datetime formats with the datetime format of locale.\n\n\nd( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nThis is the same as $d method of Vue instance method. More detail see $d.\n\n\ngetNumberFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: NumberFormat\nGet the number format of locale.\n\n\nsetNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nSet the number format of locale.\n\n\nmergeNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nMerge the registered number formats with the number format of locale.\n\n\nn( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: NumberFormatResult\nThis is the same as $n method of Vue instance method. More detail see $n.\n\n\nDirectives\n\n 7.3+\n\nv-t\n\nExpects: string | Object\n\nDetails:\nUpdate the element textContent that localized with locale messages. You can use string syntax or object syntax. string syntax can be specified as a keypath of locale messages.\nIf you can be used object syntax, you need to specify as the object key the following params:\n\npath: required, key of locale messages\nlocale: optional, locale\nargs: optional, for list or named formatting\n\n\nExamples:\n \n\n\n \n\n\n\n\n\n\n\n\n\nSee also: Custom directive localization\n\n\nComponents\ni18n functional component\n\n 7.0+\n\nProps:\n\npath {Path}: required, keypath of locale messages\nlocale {Locale}: optional, locale\ntag {string}: optional, default span\nplaces {Array | Object}: optional (7.2+)\n\nUsage:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nSee also:\nComponent interpolation\nSpecial Attributes\nplace\n\n 7.2+\n\nExpects: {number | string}\nUsed on component interpolation to indicate which index of list formatting or key of named formatting.\nFor detailed usage, see the guide section linked below.\nSee also:\nComponent interpolation\n"}}}
\ No newline at end of file
+{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["api","compon","document","dynam","fallback","format","get","hot","i18n","instal","internation","introduct","keypath","link","local","plugin","plural","refer","reload","start","syntax","translat","v5.x","vue","vue.j"],"installation.html":["$","'vue","'vue'","/","2.0.0+","abov","add","alway","automatically:","base","build","build.","cd","cdn","clone","compat","dev","direct","directli","don't","download","explicitli","git","github","global","https://github.com/kazupon/vu","https://unpkg.com/vu","i18n","i18n'","i18n.git","i18n.j","i18n/dist/vu","i18n@7.5.0/dist/vu","import","includ","instal","itself","latest","link","links.","modul","need","node_modules/vu","note","npm","npm.","point","provid","releas","run","script","specif","system,","tags.","unpkg.com","url","us","version/tag","via","vue","vue.j","vue.use():","vue.use(vuei18n)","vuei18n","want","yarn","yourself"],"started.html":["$t(\"message.hello\")","'hello","'ja',","'vue","'vue'","'こんにちは、世界'","(e.g.","//","=","`i18n`","app","call","cli),","code","const","creat","en:","es2015","following:","get","guide.","hello:","html","i18n","i18n'","import","instanc","ja:","javascript","local","locale:","messag","message:","messages,","modul","new","now","option","output","readi","sampl","set","start","started!","system","translat","us","via","vue","vue({","vue.use(vuei18n)","vue.use(vuei18n).","vuei18n","vuei18n({","world'","{","{{","}","})","}).$mount('#app')","},","}}","こんにちは、世界"],"formatting.html":["$t('hello',","$t('message.hello',","'%{msg}","'en","'hello","'hello'","'hello'})","'hi","'how","'kazupon'","'kazupon',","'p',","'{0}","'{msg}","(compon","(e.g.","(includ","(instead","(message,","(options)","*/),","...","...},","...}]`","//","=",">","@param","@return","['hello'])","['kazupon'])","['resolv","`$t`","`$t`,","`$tc`","`$tc`.","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`{","accept","arbitrari","array","array}","below","below:","case","check","class","compon","component.","const","constructor","content","content.","custom","customformatt","customformatter(/*","danger","dynam","e.g.","easili","en:","es2015","example.","exist","feature.","follow","following:","format","format.","formatt","formatted)","formatter:","formatting:","fromatt","function","hello","hello:","here","html","i18n","icu","implement","implementaion","includ","interface.","interpol","interpolc","interpolcation)","interpolcation.","kazupon","lead","list","local","locale:","logic","mayb","messag","message:","messages:","msg:","name","name:","need","never","new","note:","object","object,","object:","offici","option","output","pass","pre","provid","rail","realiz","recommend","regist","render","return","rubi","run!","sometimes,","static","string","string']","string,","string.","support","syntax).","syntax:","tag:","templat","text:","translat","trust","us","us',","us':","user","valu","values)","values.","values:","veri","vnode","vnode):","vnode{","vue({","vuei18n({","vulnerabilities.","want","websit","world","world'","xss","you?","you?',","{","{'0':","{0}'","{array}","{name}'","{object","{string}","{{","|","}","})","}).$mount('#app')","},","}`","}}"],"pluralization.html":["$tc('apple',","$tc('car',","'car","'no","0)","1)","10","10,","2)","=","appl","apple:","apples'","below:","car","car:","cars',","const","count:","defin","en:","local","messag","on","output","pipe","plural","pluralization.","separator,","separator.","templat","translat","{","{count}","{{","|","}","})","}}"],"datetime.html":["$d(new","'en","'ja","'long',","'numeric'","'numeric',","'short')","'short',","(e.g.","19,","2017","2017年4月19日(水)","402","7.0+","=","above,","apr","below:","const","constructor:","date(),","datetim","datetimeformat","day:","defin","definit","ecma","etc),","format","formats.","hour12:","hour:","i18n","intl.datetimeformat","jp')","jp':","local","long,","long:","messages,","minute:","month:","name","need","new","option","output","short,","short:","specifi","templat","true","us","us':","vue({","vuei18n","vuei18n({","weekday:","year:","{","{{","}","})","}).$mount('#app')","},","}}","午前2:19"],"number.html":["$100.00","$n(100,","'currency')","'currency',","'en","'ja","'jpy',","'symbol'","'usd'","(e.g.","402","7.0+","=","above,","below:","const","constructor:","currency,","currency:","currencydisplay:","defin","definit","ecma","etc),","format","formats.","i18n","intl.numberformat","jp')","jp':","local","messages,","name","need","new","number","numberformat","option","output","specifi","style:","templat","us","us':","vue({","vuei18n","vuei18n({","{","{{","}","})","}).$mount('#app')","},","}}","¥100"],"messages.html":["!!!!","!!!!'","\"en\":","\"internal1\":","\"ja\":","\"key1\":","\"message1\":","\"nested\":","\"thi","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('key1')","$t('message.linked')","$t('nested.message1')","'@:message.dio","'dio:',","'en'","'ja'","'the","...","//","0","1","1\"","=","@:","@:message.the_world","[","[key:","]","abov","alway","annot","anoth","array","base","basic","below","below:","bnf","code","concret","configur","const","content","defnition,","dio:","en:","error","errors:","flowtyp","follow","following:","full","includ","intern","it.","key","key,","link","linked:","local","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","messag","message\"","message\",","message1","message1\"","message1\",","message:","messages:","name","namespac","nest","object","on","ouput","output","path","path]:","paths.","prefix","same","sign","string","string;","structur","structure,","syntax","syntax,","templat","text","the_world:","there'","to.","translat","type","us","want","world","world',","{","{{","|","}","},","};","}}"],"fallback.html":["$t('message')","'en',","'hello","'ja',","=","below:","const","constructor","en","en:","exist","fallback","fallbacklocal","fallbacklocale:","follow","hello","i18n","ja","ja:","key","key:","local","locale:","messag","message:","new","option","option,","output","specifi","templat","vuei18n","vuei18n({","world","world'","{","{{","}","})","},","}}"],"component.html":["$t","$t(\"message.greeting\")","$t(\"message.hello\")","$tc","'good","'hello","'ja').","'ja',","'おはようございます'","'こんにちは、component1'","'こんにちは、世界',","(e.g.","(in","//","=","`","`,","`i18n`","abov","above,","back","base","compon","component.","component1","component1'","components:","compos","const","constructor","conveni","defin","design.","doesn't","due","each","en:","etc)","exampl","example:","fall","fallback","fals","following:","general,","global","greeting:","hello:","hope","i18n","i18n,","i18n:","info","info.","instanc","instance.","ja:","languag","local","locale,","locale,messages,","locale:","manag","message,","message:","messages:","more","morning'","new","option","option.","orient","output","realiz","root","separately,","set","setup","sync:","template:","therefor","translat","us","vue","vue({","vuei18n","vuei18n({","world',","{","{{","}","})","}).$mount('#app')","},","}}","おはよう、世界!","こんにちは、component1","こんにちは、世界"],"directive.html":["$t","$t,","'en',","'hello'","'hi","'kazupon'","'こんにちは、{name}!'","'こんにちは!'","()","7.3+","also,","better","cach","compil","complex.","comput","computed:","con","cons:","content","costs.","createrender","custom","data:","direct","directive,","directive.","due","element.","en:","everytim","execut","extend","extensions.","flexibl","follow","function.","hello:","hi","i18n","i18n:","insert","instanc","instance.","it'","ja:","javascript:","kazupon!","keypath","local","locale:","make","messag","messages:","method","method.","modul","more","mustash","need","new","nicknam","object","occures,","once.","optimizations.","option","outputs:","pass","path:","perform","possibl","pre","pro","prop","provid","re","render","rendering,","return","server","set","side","string","syntax","syntax')","syntax.","t","templat","templates:","textcont","there!","there!'","therefor","translat","us","v","vs","vue","vue({","vuei18n({","{","{name}!'","{{}}","}","}),","}).$mount('#object","}).$mount('#str","},","こんにちは、kazupon!"],"interpolation.html":["$t('change')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","'/change',","'/refund',","'/term'","'chang","'en',","'i","'refund","'term","'you","'利用規約',","'私は","15","15,","30","7.0+","7.2+","=","abov","accept","advanc","agreement","agreement'","appearance.","attribut","attribute.","avoid","basic","chang","change:","changelimit","changelimit:","changeurl:","children","compon","component,","component.","compos","configur","consist","const","content","cumbersome,","data:","defin","departure.","departure.',","due","en:","exampl","example,","example:","fallback","flight","flight',","follow","following,","format","formatting,","formatting.","function","help","html","html=\"$t('term')\".","i18n","i18n,","implement","includ","info:","interpl","interpol","ja:","list","local","locale:","messag","message,","message.","messages:","minut","name","need","new","note:","omitted.","order","otherwis","ouput:","output:","outputs:","path","place","possibl","probabl","prop.","properti","refund","refund:","refundlimit:","refundurl:","see","servic","service',","service.","set.","sometimes,","space","still","support","tag","template:","term","term1:","term2:","term:","text","ticket","ticket'","tos:","tri","until","url:","us","usag","v","veri","vue({","vuei18n({","vulner","want","white","xss","xxx","xxx\\'s',","{","{0}.'","{action}","{limit}","{{","}","})","}).$mount('#app')","},","}}","}}{{","の{0}に同意します。'"],"sfc.html":["\"en\":","\"hello","\"hello\":","\"ja\":","\"こんにちは、世界!\"","$","$t('hello')","'@kazupon/vu","'app',","'babel","'css","'en'","'vue","'yaml","()","(beta)","(https://github.com/kazupon/vu","(npm","(val)",")","...",".rule('vue')",".tap(opt",".use('vu",".vue","//","/\\.vue$/,","/bower_components/,","/src/builder/webpack","3.0",":","=","=>","?","@kazupon/vu","[","]","`i18n`","`vue","above,","add","additionally:","alreadi","applic","attribute,","basic","below","below:","block","block.","blocks.","build","chainwebpack:","cli","click","common","compon","component.","components,","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","const","copi","creat","css:","custom","d","d)","data","deepmerg","deepmerge!","default","defin","dev","don't","done","due","en","en:","esmodule:","example:","exclude:","exist","export","extractcss:","fallback:","featur","file","files.","first","follow","following:","forget","format","format,","format:","found","hello:","here.","hide","i18n","i18n:","ia8n","includ","insid","instal","ja","ja:","js:","json","key","laravel","latest","less:","load","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","local","locale:","make","manag","manual","merg","merge(options,","messag","message:","messg","mix","mix.webpackconfig({","mix@1.5.1","modifi","module.","module.export","module:","more","multipl","name:","need","npm","onc","options:","order","postcss:","postloaders:","pre","preloaders:","project","project.","read","require('deepmerge')","required:","return","root","rule","rules.j","rules:","sass:","save","scss:","second","singl","so,","specifi","src","style","stylus:","support","sure","tag","test:","that,","this.$i18n.local","updat","us","usag","use:","val","vue","vue.config.j","vueextractplugin.extract({","want","watch:","way,","webpack","webpack.mix.j","work","world!\"","yaml","yarn","{","{{","}","})","}),","});","},","}}"],"hot-reload.html":["$i18n","'./ja'],","'en',","()","(module.hot)","...","//","=","app","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","application.","chang","const","file","follow","function","hot","i18n","i18n,","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","instanc","local","locale:","messag","module.hot.accept(['./en',","new","properti","reload","require('./en').default)","require('./ja').default)","run","someth","updat","via","vue({","vuei18n","vuei18n({","watch","{","}","})","}).$mount('#app')"],"lazy-loading.html":["!==","\"lang","'@/lang'","'axios'","'en',","'vue","'vue'","(!loadedlanguages.includes(lang))","(i18n.local","(lang)","*/","//","//i18n","=","=>","['en']","[request]\"","`@/lang/${lang}`).then(msg","actual","allow","arbitrari","array","assum","asynchron","axio","axios.defaults.headers.common['accept","beforeeach","bellow","call","case","catch","chang","check","common","compon","const","cool","creat","default","directori","dist","document.queryselector('html').setattribute('lang',","documentation.","done","dynamically,","easi","easili","en.j","export","fallbacklocale:","file","finish.","folder","forward.","from,","function","function,","gener","global","hook.","i18n","i18n'","i18n.local","i18n.setlocalemessage(lang,","import","import(/*","improv","init","inits,","insid","instanc","instance,","it.j","keep","lang","lang)","languag","language']","languages.","lazi","learn","let","load","loadedlanguag","loadedlanguages.push(lang)","loadlanguageasync","loadlanguageasync(lang).then(()","local","locale:","messag","more","msgs.default)","needed.","new","next","next())","next)","normal","not,","on","onc","overkil","plugin","prelaod","project","promis","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","provid","realli","reject","reside.","return","rout","router","router.beforeeach((to,","set","seti18nlanguag","seti18nlanguage(lang)","setup","setup,","setup.j","short","similar","src","stop","store","straight","support","to.params.lang","track","transition.","translat","unnecessary.","us","via","vue","vue.use(vuei18n)","vuei18n","vuei18n({","wait","webpack","webpack.","webpackchunkname:","would.","{","}","})"],"migrations.html":["!!'))","$lang","''","'accept':","'application/json'","'application/json',","'content","'en'","'en',","'get',","'hello","'hi","'hi!'","'ja'","'ja')","'ja',","'kazupon'","'load","'no","'someth","'title1'","'zh'","'こんにちは、世界',","'やあ!'","(err)","(err,","(for","(locale,","(message,","(object.keys(json).length","+","...","...'","...values)","/","//","0)","10","=","===","=>",">","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('ja',","app.load","appl","apple:","apples'","below:","cb(error)","cb(null,","cb)","chang","class","compon","component1","config","console.error(err)","const","constructor","count","count,","custom","customformatt","customformatter(),","data:","dynam","empti","en","en)","en.greet","en:","error('local","fallback","fallbacklang","fallbacklocal","fallbacklocale:","fals","featur","fetch('/locales/'","format","format:","formatt","formatter:","function","global","greeting:","handl","handler","headers:","hello:","hi","i18n","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n:","i18nformatt","implement","instanc","ja","ja)","ja.greet","ja:","kazupon","key,","lang","loading:","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale:","logic","messag","message)","messages,","messages:","method","method:","methods:","migrat","miss","missing:","missinghandl","name:","need","new","on","option","option):","option,","promise.reject(new","promise.resolve(json)","properti","property:","remov","render","replac","res.json()","return","set","someth","string'","title:","translat","true","type':","us","vm)","vue({","vue.local","vue.t","vue.tc","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","world'","world',","{","{count}","{name}'","|","}","})","}).$mount('#app')","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","},"],"api.html":["$d","$d.","$i18n","$n","$n.","$t","$t('tos')","$t.","$tc","$tc.","$te","'/term'","'en","'en',","'i","'term","'利用規約',","'私は","(","(7.2+)","(ecma","(global)",")","/","1","402).","6.1+","7.0+","7.2+","7.3+","=","[choice],","[key],","[locale]","[locale],","[values]","abov","accept","also:","api","args:","argument","argument,","arguments:","array","assigned,","attribut","avail","available:","back","base","below","below.","boolean","browser","built","call","check","choice:","class","class,","compon","component,","const","constructor","constructor.","currenc","currencydisplay","custom","d(","data:","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","default","default:","definit","depen","depend","detail","details:","direct","due","each","ecmascript","element","en:","environmens,","examples:","exist","exists.","expects:","extens","fail","fails.","fall","fallback","fallbacklocal","fallbackroot","fals","false,","featur","flowtyp","follow","format","formatmatch","formatt","formatting.","function","get","getdatetimeformat","getlocalemessage(","getnumberformat","global","guid","hander","handler","i(","i18n","i18n,","i18nopt","implement","index","indic","inject","instanc","instance,","instance.","interfac","interface.","internation","interpol","intlavail","it'","ja:","key","key,","key.","key:","keypath","level","link","list","local","locale,","locale.","locale:","localematch","localemessag","localemessageobject","localization,","localization.","maximumfractiondigit","maximumsignificantdigit","merg","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message.","messages,","messages.","method","method.","minimumfractiondigit","minimumintegerdigit","minimumsignificantdigit","miss","missing,","missing.","missinghandl","more","n(","name","need","new","null","number","numberformat","numberformat:","numberformatresult","object","object,","object}","object}:","occur","option","option,","option.","optional,","options,","otherwise,","output","over","params:","path","path:","place","pluralization.","preferenti","prioriti","properti","properties:","props:","read","read/writ","refer","regardless","regist","requir","required,","return","return:","return::","root","same","second","section","see","sensit","service',","set","setdatetimeformat","setlocalemessage(","setnumberformat","silenttranslationwarn","span","special","specifi","specify.","static","string","string}","style","suppress","supress","sync","synchron","syntax","syntax,","syntax.","t","t(","tag","target","tc(","te(","term:","textcont","too.","tos:","translateresult","true","true,","type","type:","updat","url:","us","us'","usage,","usage:","usegroup","v","valu","value,","value.","value:","values,","values:","version","version.","vue","vue({","vuei18n","vuei18n({","warn","warned,","warned.","warnings.","whether","xxx","{","{0}.'","{array","{array}","{boolean}","{datetimeformat}","{local","{localemessageobject}","{locale}","{locale}:","{number","{numberformat}","{number}","{path","{path}","{path}:","{string","{string}","{string}:","{{","{}","|","}","})","}).$mount('#app')","},","}}","の{0}に同意します。'"]},"length":17},"tokenStore":{"root":{"0":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"1":{"0":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"5":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"9":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"2":{"0":{"1":{"7":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}},"年":{"4":{"docs":{},"月":{"1":{"9":{"docs":{},"日":{"docs":{},"(":{"docs":{},"水":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"docs":{}}},"docs":{}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"3":{"0":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},"docs":{},".":{"0":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"docs":{}}},"4":{"0":{"2":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"docs":{}},"docs":{}},"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}}},"6":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}},"docs":{}}},"7":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.014847161572052401}}}},"2":{"docs":{},"+":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"3":{"docs":{},"+":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"docs":{}}},"docs":{},"$":{"1":{"0":{"0":{"docs":{},".":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"installation.html":{"ref":"installation.html","tf":0.056074766355140186},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.02912621359223301},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.010256410256410256}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}},"'":{"docs":{},")":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"1":{"docs":{},"]":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}},"2":{"docs":{},"]":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"docs":{}}}},"docs":{}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"2":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"docs":{}}}},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"1":{"0":{"0":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"docs":{}},"docs":{}},"docs":{}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"docs":{}},"docs":{}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":5.00174672489083}}},"p":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045}},"l":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"'":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"docs":{}},"docs":{}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"r":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}}}}}}},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.017467248908296942}}}}}}}}}}},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"[":{"docs":{},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":3.3435897435897433},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"c":{"docs":{},"k":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.028037383177570093},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.02729528535980149},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.03409090909090909},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}}}}},"n":{"docs":{},"f":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},")":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":3.374358974358974},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"sfc.html":{"ref":"sfc.html","tf":3.3409669211195925},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.013100436681222707}},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"n":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"f":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"s":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.035830618892508145},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}}}}}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"d":{"docs":{},"e":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"p":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"o":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"directive.html":{"ref":"directive.html","tf":3.3576051779935274},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},")":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"y":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.045454545454545456}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"s":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}}},"c":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}},"e":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}}}}},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"b":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"datetime.html":{"ref":"datetime.html","tf":5.03125},"api.html":{"ref":"api.html","tf":0.00960698689956332}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375},"api.html":{"ref":"api.html","tf":0.0069868995633187774}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"a":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"directive.html":{"ref":"directive.html","tf":3.3478964401294498},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"o":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"s":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"o":{"docs":{},"c":{"docs":{},"s":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}},"e":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"e":{"docs":{},"!":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"./":{"ref":"./","tf":0.037037037037037035}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"u":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"d":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"n":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"l":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"h":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401}},"s":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"fallback.html":{"ref":"fallback.html","tf":5.017857142857143},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"e":{"docs":{},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"r":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"formatting.html":{"ref":"formatting.html","tf":10.01985111662531},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.03842794759825328}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.007860262008733625}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"r":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"s":{"docs":{},".":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"l":{"docs":{},"l":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"started.html":{"ref":"started.html","tf":5.009803921568627},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"component.html":{"ref":"component.html","tf":0.020512820512820513},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}}}},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"hot-reload.html":{"ref":"hot-reload.html","tf":5.054054054054054}}},"u":{"docs":{},"r":{"1":{"2":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{}},"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"p":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"o":{"docs":{},"k":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"=":{"docs":{},"\"":{"docs":{},"$":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{},")":{"docs":{},"\"":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}}}}}}}},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"p":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"r":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"i":{"docs":{"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"d":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.07476635514018691},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.030534351145038167},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.029315960912052116},"api.html":{"ref":"api.html","tf":0.00611353711790393}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}},"@":{"7":{"docs":{},".":{"5":{"docs":{},".":{"0":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":10.046728971962617},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"i":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"l":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"f":{"docs":{},"o":{"docs":{"component.html":{"ref":"component.html","tf":0.015384615384615385}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"s":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.029411764705882353},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"a":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"c":{"docs":{},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"a":{"8":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"docs":{}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"s":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"z":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.008230452674897}}}},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.02880658436213992},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"s":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.032921810699588}},"e":{"docs":{},"r":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083}},"!":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"'":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.019083969465648856}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"?":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"s":{"docs":{},"[":{"docs":{},"]":{"docs":{},"=":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}},"`":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.1111111111111111},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":5.0234375},"number.html":{"ref":"number.html","tf":5.034090909090909},"messages.html":{"ref":"messages.html","tf":3.3773861967694563},"fallback.html":{"ref":"fallback.html","tf":5.071428571428571},"component.html":{"ref":"component.html","tf":3.4},"directive.html":{"ref":"directive.html","tf":3.3430420711974107},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.014657980456026058},"api.html":{"ref":"api.html","tf":0.0794759825327511}},"e":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.010480349344978166}}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"[":{"docs":{},"]":{"docs":{},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.010480349344978166}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.013100436681222707}}}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"r":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.02977667493796526},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":3.372980910425844},"fallback.html":{"ref":"fallback.html","tf":0.08928571428571429},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.021834061135371178}},"e":{"1":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.03076923076923077},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.025},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"migrations.html":{"ref":"migrations.html","tf":10.001628664495113}}}}}},"n":{"docs":{},"u":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"@":{"1":{"docs":{},".":{"5":{"docs":{},".":{"1":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"docs":{}}},"docs":{}}},"docs":{}}},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"(":{"docs":{},"[":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"n":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}},"r":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004366812227074236}}},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"a":{"docs":{},"y":{"docs":{},"b":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"k":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"number.html":{"ref":"number.html","tf":5.045454545454546},"api.html":{"ref":"api.html","tf":0.02096069868995633}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909},"api.html":{"ref":"api.html","tf":0.007860262008733625}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.030944625407166124},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"s":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}},"x":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"(":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"p":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.04672897196261682},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004366812227074236}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.025},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.04017467248908297}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},")":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.016593886462882096}}}}}}},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"pluralization.html":{"ref":"pluralization.html","tf":10.028169014084508}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{"directive.html":{"ref":"directive.html","tf":0.019417475728155338}},"p":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"y":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"a":{"docs":{},"o":{"docs":{},"d":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"s":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"i":{"docs":{},"p":{"docs":{},"e":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":5.0008733624454145}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"hot-reload.html":{"ref":"hot-reload.html","tf":5.027027027027027}}}}}},"a":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"i":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"/":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}}}}},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"l":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.010480349344978166}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.00960698689956332}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}}}}}},"d":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}}}}}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},"!":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"s":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"u":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224}}}}},"g":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"d":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"i":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.017467248908296942}}},"y":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"started.html":{"ref":"started.html","tf":5.009803921568627}},"e":{"docs":{},"d":{"docs":{},"!":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004366812227074236}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"]":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"e":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"u":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"r":{"docs":{},"e":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"r":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"messages.html":{"ref":"messages.html","tf":3.34654919236417},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},")":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"'":{"docs":{},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"e":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"u":{"docs":{},"p":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"i":{"docs":{},"c":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.010480349344978166}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"r":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"a":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.024271844660194174},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"./":{"ref":"./","tf":0.07407407407407407}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"c":{"docs":{},"k":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"e":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"r":{"docs":{},"m":{"1":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"2":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"docs":{}},"docs":{}}}}}}},"o":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"o":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.01921397379912664}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"c":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"u":{"docs":{},"s":{"docs":{"installation.html":{"ref":"installation.html","tf":0.037383177570093455},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.025},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"r":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"v":{"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.037037037037037035}}}}},"6":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}},"docs":{}}},"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.06542056074766354},"started.html":{"ref":"started.html","tf":0.0392156862745098},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.02099236641221374},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"api.html":{"ref":"api.html","tf":0.0069868995633187774}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},")":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}},"docs":{}},"docs":{}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.029411764705882353},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.013100436681222707}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.017915309446254073},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"#":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"docs":{}},"docs":{}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"a":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.00611353711790393}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.004366812227074236}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},")":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"m":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"r":{"docs":{},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"?":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"}":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"j":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"p":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{}}}}}}}}}},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"%":{"docs":{},"{":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"{":{"0":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},"'":{"docs":{},")":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},",":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"n":{"docs":{},"o":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0703125}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.046875}}}}}}}},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"@":{"docs":{},":":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},"'":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"docs":{}}}}}},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"ご":{"docs":{},"ざ":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"利":{"docs":{},"用":{"docs":{},"規":{"docs":{},"約":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"私":{"docs":{},"は":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}},".":{"docs":{},"/":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}},"z":{"docs":{},"h":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}},"や":{"docs":{},"あ":{"docs":{},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"/":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"/":{"docs":{"started.html":{"ref":"started.html","tf":0.10784313725490197},"formatting.html":{"ref":"formatting.html","tf":0.09181141439205956},"messages.html":{"ref":"messages.html","tf":0.039647577092511016},"component.html":{"ref":"component.html","tf":0.015384615384615385},"sfc.html":{"ref":"sfc.html","tf":0.022900763358778626},"hot-reload.html":{"ref":"hot-reload.html","tf":0.12162162162162163},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.06514657980456026}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"docs":{}},"docs":{}}},"\\":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"y":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"e":{"docs":{},"b":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}},"e":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}}}}}}},"(":{"7":{"docs":{},".":{"2":{"docs":{},"+":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"docs":{}}},"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}},"b":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"!":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"=":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.030837004405286344},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.06026058631921824},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},">":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}},"=":{"docs":{},"=":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"`":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"`":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"docs":{}},"docs":{}},"$":{"docs":{},"t":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"c":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"[":{"docs":{},"'":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}},"v":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"@":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"$":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"{":{"0":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"docs":{"started.html":{"ref":"started.html","tf":0.049019607843137254},"formatting.html":{"ref":"formatting.html","tf":0.04962779156327544},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0546875},"number.html":{"ref":"number.html","tf":0.056818181818181816},"messages.html":{"ref":"messages.html","tf":0.04405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.05357142857142857},"component.html":{"ref":"component.html","tf":0.06666666666666667},"directive.html":{"ref":"directive.html","tf":0.04854368932038835},"interpolation.html":{"ref":"interpolation.html","tf":0.031914893617021274},"sfc.html":{"ref":"sfc.html","tf":0.06297709923664122},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.06188925081433225},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"}":{"docs":{},"}":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"'":{"0":{"docs":{},"'":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"docs":{}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.010480349344978166}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.014847161572052401}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.0392156862745098},"formatting.html":{"ref":"formatting.html","tf":0.03970223325062035},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.03125},"number.html":{"ref":"number.html","tf":0.045454545454545456},"messages.html":{"ref":"messages.html","tf":0.022026431718061675},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.05641025641025641},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.03625954198473282},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.03745928338762215},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},".":{"docs":{},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},";":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.02480916030534351},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"{":{"docs":{},"{":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"docs":{}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},")":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098}},"}":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},">":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}},"@":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"[":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},"\"":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"e":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.01222707423580786}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"api.html":{"ref":"api.html","tf":0.00960698689956332}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0017467248908296944},"./":{"ref":"./","tf":0.037037037037037035}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"e":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"x":{"docs":{},"x":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"\\":{"docs":{},"'":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"|":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"pluralization.html":{"ref":"pluralization.html","tf":0.056338028169014086},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.014847161572052401}}},"午":{"docs":{},"前":{"2":{"docs":{},":":{"1":{"9":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},"docs":{}},"docs":{}}},"docs":{}}},"¥":{"1":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}},"docs":{}},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"'":{"docs":{},")":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"=":{"docs":{},"=":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"\"":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"\"":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"]":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}},"の":{"docs":{},"{":{"0":{"docs":{},"}":{"docs":{},"に":{"docs":{},"同":{"docs":{},"意":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}},"docs":{}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.013100436681222707}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"?":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"+":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"length":2000},"corpusTokens":["!!!!","!!!!'","!!'))","!==","\"en\":","\"hello","\"hello\":","\"internal1\":","\"ja\":","\"key1\":","\"lang","\"message1\":","\"nested\":","\"thi","\"こんにちは、世界!\"","$","$100.00","$d","$d(new","$d.","$i18n","$lang","$n","$n(100,","$n.","$t","$t(\"message.greeting\")","$t(\"message.hello\")","$t('change')","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('hello')","$t('hello',","$t('key1')","$t('message')","$t('message.hello',","$t('message.linked')","$t('nested.message1')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","$t.","$tc","$tc('apple',","$tc('car',","$tc.","$te","'%{msg}","''","'./ja'],","'/change',","'/refund',","'/term'","'@/lang'","'@:message.dio","'@kazupon/vu","'accept':","'app',","'application/json'","'application/json',","'axios'","'babel","'car","'chang","'content","'css","'currency')","'currency',","'dio:',","'en","'en'","'en',","'get',","'good","'hello","'hello'","'hello'})","'hi","'hi!'","'how","'i","'ja","'ja'","'ja')","'ja').","'ja',","'jpy',","'kazupon'","'kazupon',","'load","'long',","'no","'numeric'","'numeric',","'p',","'refund","'short')","'short',","'someth","'symbol'","'term","'the","'title1'","'usd'","'vue","'vue'","'yaml","'you","'zh'","'{0}","'{msg}","'おはようございます'","'こんにちは、component1'","'こんにちは、{name}!'","'こんにちは、世界'","'こんにちは、世界',","'こんにちは!'","'やあ!'","'利用規約',","'私は","(","(!loadedlanguages.includes(lang))","()","(7.2+)","(beta)","(compon","(e.g.","(ecma","(err)","(err,","(for","(global)","(https://github.com/kazupon/vu","(i18n.local","(in","(includ","(instead","(lang)","(locale,","(message,","(module.hot)","(npm","(object.keys(json).length","(options)","(val)",")","*/","*/),","+","...","...'","...values)","...},","...}]`",".rule('vue')",".tap(opt",".use('vu",".vue","/","//","//i18n","/\\.vue$/,","/bower_components/,","/src/builder/webpack","0","0)","1","1\"","1)","10","10,","15","15,","19,","2)","2.0.0+","2017","2017年4月19日(水)","3.0","30","402","402).","5.x","6.1+","7.0+","7.2+","7.3+",":","=","===","=>",">","?","@:","@:message.the_world","@kazupon/vu","@param","@return","[","['en']","['hello'])","['kazupon'])","['resolv","[choice],","[key:","[key],","[locale]","[locale],","[request]\"","[values]","]","`","`$t`","`$t`,","`$tc`","`$tc`.","`,","`@/lang/${lang}`).then(msg","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`vue","`{","abov","above,","accept","actual","add","additionally:","advanc","agreement","agreement'","allow","alreadi","also,","also:","alway","annot","anoth","api","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","app.load","appearance.","appl","apple:","apples'","applic","application.","apr","arbitrari","args:","argument","argument,","arguments:","array","array}","assigned,","assum","asynchron","attribut","attribute,","attribute.","automatically:","avail","available:","avoid","axio","axios.defaults.headers.common['accept","back","base","basic","beforeeach","bellow","below","below.","below:","better","block","block.","blocks.","bnf","boolean","browser","build","build.","built","cach","call","car","car:","cars',","case","catch","cb(error)","cb(null,","cb)","cd","cdn","chainwebpack:","chang","change:","changelimit","changelimit:","changeurl:","check","children","choice:","class","class,","cli","cli),","click","clone","code","common","compat","compil","complex.","compon","component,","component.","component1","component1'","components,","components:","compos","comput","computed:","con","concret","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","cons:","consist","console.error(err)","const","constructor","constructor.","constructor:","content","content.","conveni","cool","copi","costs.","count","count,","count:","creat","createrender","css:","cumbersome,","currenc","currency,","currency:","currencydisplay","currencydisplay:","custom","customformatt","customformatter(),","customformatter(/*","d","d(","d)","danger","data","data:","date(),","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","day:","deepmerg","deepmerge!","default","default:","defin","definit","defnition,","departure.","departure.',","depen","depend","design.","detail","details:","dev","dio:","direct","directive,","directive.","directli","directori","dist","docs?","document","document.queryselector('html').setattribute('lang',","documentation.","doesn't","don't","done","download","due","dynam","dynamically,","e.g.","each","easi","easili","ecma","ecmascript","element","element.","empti","en","en)","en.greet","en.j","en:","environmens,","error","error('local","errors:","es2015","esmodule:","etc)","etc),","everytim","exampl","example,","example.","example:","examples:","exclude:","execut","exist","exists.","expects:","explicitli","export","extend","extens","extensions.","extractcss:","fail","fails.","fall","fallback","fallback:","fallbacklang","fallbacklocal","fallbacklocale:","fallbackroot","fals","false,","featur","feature.","fetch('/locales/'","file","files.","finish.","first","flexibl","flight","flight',","flowtyp","folder","follow","following,","following:","forget","format","format,","format.","format:","formatmatch","formats.","formatt","formatted)","formatter:","formatting,","formatting.","formatting:","forward.","found","from,","fromatt","full","function","function,","function.","gener","general,","get","getdatetimeformat","getlocalemessage(","getnumberformat","git","github","global","greeting:","guid","guide.","hander","handl","handler","headers:","hello","hello:","help","here","here.","hi","hide","hook.","hope","hot","hour12:","hour:","html","html=\"$t('term')\".","https://github.com/kazupon/vu","https://unpkg.com/vu","i(","i18n","i18n'","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.git","i18n.j","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","i18n.setlocalemessage(lang,","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n/dist/vu","i18n:","i18n@7.5.0/dist/vu","i18nformatt","i18nopt","ia8n","icu","implement","implementaion","import","import(/*","improv","includ","index","indic","info","info.","info:","init","inits,","inject","insert","insid","instal","instanc","instance,","instance.","interfac","interface.","intern","internation","interpl","interpol","interpolc","interpolcation)","interpolcation.","intl.datetimeformat","intl.numberformat","intlavail","introduct","it'","it.","it.j","itself","ja","ja)","ja.greet","ja:","javascript","javascript:","jp')","jp':","js:","json","kazupon","kazupon!","keep","key","key,","key.","key:","keypath","lang","lang)","languag","language']","languages.","laravel","later.","latest","lazi","lead","learn","less:","let","level","link","linked:","links.","list","load","loadedlanguag","loadedlanguages.push(lang)","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","loading:","loadlanguageasync","loadlanguageasync(lang).then(()","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale,messages,","locale.","locale:","locale]:","localematch","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","localization,","localization.","logic","long,","long:","look","make","manag","manual","maximumfractiondigit","maximumsignificantdigit","mayb","merg","merge(options,","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message\"","message\",","message)","message,","message.","message1","message1\"","message1\",","message:","messages,","messages.","messages:","messg","method","method.","method:","methods:","migrat","minimumfractiondigit","minimumintegerdigit","minimumsignificantdigit","minut","minute:","miss","missing,","missing.","missing:","missinghandl","mix","mix.webpackconfig({","mix@1.5.1","modifi","modul","module.","module.export","module.hot.accept(['./en',","module:","month:","more","morning'","msg:","msgs.default)","multipl","mustash","n(","name","name:","namespac","need","needed.","nest","never","new","next","next())","next)","nicknam","node_modules/vu","normal","not,","note","note:","now","npm","npm.","null","number","numberformat","numberformat:","numberformatresult","object","object,","object:","object}","object}:","occur","occures,","offici","omitted.","on","onc","once.","optimizations.","option","option):","option,","option.","optional,","options,","options:","order","orient","otherwis","otherwise,","ouput","ouput:","output","output:","outputs:","over","overkil","params:","pass","path","path:","path]:","paths.","perform","pipe","place","plugin","plural","pluralization.","point","possibl","postcss:","postloaders:","pre","preferenti","prefix","prelaod","preloaders:","prioriti","pro","probabl","project","project.","promis","promise.reject(new","promise.resolve(json)","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","prop","prop.","properti","properties:","property:","props:","provid","rail","re","read","read/writ","readi","realiz","realli","recommend","refer","refund","refund:","refundlimit:","refundurl:","regardless","regist","reject","releas","reload","remov","render","rendering,","replac","requir","require('./en').default)","require('./ja').default)","require('deepmerge')","required,","required:","res.json()","reside.","return","return:","return::","root","rout","router","router.beforeeach((to,","rubi","rule","rules.j","rules:","run","run!","same","sampl","sass:","save","script","scss:","second","section","see","sensit","separately,","separator,","separator.","server","servic","service',","service.","set","set.","setdatetimeformat","seti18nlanguag","seti18nlanguage(lang)","setlocalemessage(","setnumberformat","setup","setup,","setup.j","short","short,","short:","side","sign","silenttranslationwarn","similar","singl","so,","someth","sometimes,","space","span","special","specif","specifi","specify.","src","start","started!","static","still","stop","store","straight","string","string'","string']","string,","string.","string;","string}","structur","structure,","style","style:","stylus:","support","suppress","supress","sure","sync","sync:","synchron","syntax","syntax')","syntax).","syntax,","syntax.","syntax:","system","system,","t","t(","tag","tag:","tags.","target","tc(","te(","templat","template:","templates:","term","term1:","term2:","term:","test:","text","text:","textcont","that,","the_world:","there!","there!'","there'","therefor","this.$i18n.local","ticket","ticket'","title:","to.","to.params.lang","too.","tos:","track","transition.","translat","translateresult","tri","true","true,","trust","type","type':","type:","unnecessary.","unpkg.com","until","updat","url","url:","us","us'","us',","us':","usag","usage,","usage:","use:","usegroup","user","v","v5.x","v6.0","val","valu","value,","value.","value:","values)","values,","values.","values:","veri","version","version.","version/tag","via","vm)","vnode","vnode):","vnode{","vs","vue","vue({","vue.config.j","vue.j","vue.local","vue.t","vue.tc","vue.use():","vue.use(vuei18n)","vue.use(vuei18n).","vueextractplugin.extract({","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","vulner","vulnerabilities.","wait","want","warn","warned,","warned.","warnings.","watch","watch:","way,","webpack","webpack.","webpack.mix.j","webpackchunkname:","websit","weekday:","whether","white","work","world","world!\"","world'","world',","would.","xss","xxx","xxx\\'s',","yaml","yarn","year:","you?","you?',","yourself","{","{'0':","{0}'","{0}.'","{action}","{array","{array}","{boolean}","{count}","{datetimeformat}","{limit}","{local","{localemessageobject}","{locale}","{locale}:","{name}!'","{name}'","{number","{numberformat}","{number}","{object","{path","{path}","{path}:","{string","{string}","{string}:","{{","{{}}","{}","|","}","})","}),","}).$mount('#app')","}).$mount('#object","}).$mount('#str","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","});","},","};","}`","}}","}}{{","おはよう、世界!","こんにちは、component1","こんにちは、kazupon!","こんにちは、世界","の{0}に同意します。'","午前2:19","¥100"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"vue-i18n documentation for v5.x\nInternationalization plugin of Vue.js\n\nInstallation\nGetting Started\nFormatting\nPluralization\nLocale and Keypath Syntax\nLinked Translation\nFallback Translation\nComponent Locale\nDynamic Locale\nHot reload\nAPI References\n\n"},"installation.html":{"url":"installation.html","title":"Installation","keywords":"","body":"Installation\nCompatibility Note\n\nVue.js 2.0.0+\n\nDirect Download / CDN\nhttps://unpkg.com/vue-i18n/dist/vue-i18n\nunpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.5.0/dist/vue-i18n.js\nInclude vue-i18n after Vue and it will install itself automatically:\n\n\n\nNPM\n$ npm install vue-i18n\nYarn\n$ yarn add vue-i18n\nWhen using with a module system, you must explicitly install the vue-i18n via Vue.use():\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\n\nVue.use(VueI18n)\n\nYou don't need to do this when using global script tags.\nDev Build\nYou will have to clone directly from GitHub and build vue-i18n yourself if\nyou want to use the latest dev build.\n$ git clone https://github.com/kazupon/vue-i18n.git node_modules/vue-i18n\n$ cd node_modules/vue-i18n\n$ npm install\n$ npm run build\n"},"started.html":{"url":"started.html","title":"Getting started","keywords":"","body":"Getting started\n\nWe will be using ES2015 in the code samples in the guide.\n\nHTML\n\n\n\n\n {{ $t(\"message.hello\") }}\n\n\nJavaScript\n// If using a module system (e.g. via vue-cli), import Vue and VueI18n and then call Vue.use(VueI18n).\n// import Vue from 'vue'\n// import VueI18n from 'vue-i18n'\n//\n// Vue.use(VueI18n)\n\n// Ready translated locale messages\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界'\n }\n }\n}\n\n// Create VueI18n instance with options\nconst i18n = new VueI18n({\n locale: 'ja', // set locale\n messages, // set locale messages\n})\n\n\n// Create a Vue instance with `i18n` option\nnew Vue({ i18n }).$mount('#app')\n\n// Now the app has started!\n\nOutput the following:\n\n こんにちは、世界\n\n\n"},"formatting.html":{"url":"formatting.html","title":"Formatting","keywords":"","body":"Formatting\nHTML formatting\n\n NOTE: Dynamically localization arbitrary HTML on your website can be very dangerous because it can easily lead to XSS vulnerabilities. Only use HTML interpolation on trusted content and never on user-provided content. We recommended that use component interpolation feature.\n\nIn some cases you might want to rendered your translation as an HTML message and not a static string.\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n }\n}\n\nTemplate the below:\n\n\nOutput the below (instead of the message pre formatted)\nhello\n exists but is rendered as html and not a string-->\nworld\n\nNamed formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nList formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{0} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', ['hello']) }}\n\nOutput the below:\nhello world\n\nList formatting also accepts array-like object:\n{{ $t('message.hello', {'0': 'hello'}) }}\n\nOutput the below:\nhello world\n\nSupport ruby on rails i18n format\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '%{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nCustom formatting\nSometimes, you maybe need to translate with custom formatting (e.g. ICU message syntax).\nYou can realize with custom formatter that implement Formatter Interface.\nThe following custom formatter with ES2015 class syntax:\n// Custom Fromatter implementaion\nclass CustomFormatter {\n constructor (options) {\n // ...\n }\n\n //\n // interpolate\n //\n // @param {string} message\n // string of list or named format.\n // e.g.\n // - named formatting: 'Hi {name}'\n // - list formatting: 'Hi {0}'\n //\n // @param {Object | Array} values\n // values of `message` interpolcation.\n // passed values with `$t`, `$tc` and `i18n` functional component.\n // e.g. \n // - $t('hello', { name: 'kazupon' }) -> passed values: Object `{ name: 'kazupon' }` \n // - $t('hello', ['kazupon']) -> passed values: Array `['kazupon']`\n // - `i18n` functional component (component interpolcation)\n // \n // kazupon\n // how are you?\n // \n // -> passed values: Array (included VNode):\n // `[VNode{ tag: 'p', text: 'kazupon', ...}, VNode{ tag: 'p', text: 'how are you?', ...}]`\n //\n // @return {Array}\n // interpolated values. you need to return the following:\n // - array of string, when is using `$t` or `$tc`.\n // - array included VNode object, when is using `i18n` functional component.\n // \n interpolate (message, values) {\n // implement interpolcation logic here\n // ...\n\n // return the interpolated array\n return ['resolved message string']\n }\n}\n\n// register with `formatter` option\nconst i18n = new VueI18n({\n locale: 'en-US',\n formatter: new CustomFormatter(/* here the constructor options */),\n messages: {\n 'en-US': {\n // ...\n },\n // ...\n }\n})\n\n// Run!\nnew Vue({ i18n }).$mount('#app')\n\nYou can check the custom formatter official example.\n"},"pluralization.html":{"url":"pluralization.html","title":"Pluralization","keywords":"","body":"Pluralization\nYou can translate with pluralization. You must define the locale that have a pipe | separator, and define plurals in pipe separator.\nLocale messages the below:\nconst messages = {\n en: {\n car: 'car | cars',\n apple: 'no apples | one apple | {count} apples'\n }\n}\n\nTemplate the below:\n{{ $tc('car', 1) }}\n{{ $tc('car', 2) }}\n\n{{ $tc('apple', 0) }}\n{{ $tc('apple', 1) }}\n{{ $tc('apple', 10, { count: 10 }) }}\n\nOutput the below:\ncar\ncars\n\nno apples\none apple\n10 apples\n\n"},"datetime.html":{"url":"datetime.html","title":"DateTime localization","keywords":"","body":"DateTime localization\n\n 7.0+\n\nYou can localize the datetime with your definition formats.\nDateTime formats the below:\nconst dateTimeFormats = {\n 'en-US': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric'\n }\n },\n 'ja-JP': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric', hour12: true\n }\n }\n}\n\nAs the Above, You can define the datetime format with named (e.g. short, long, etc), and you need to use the options with ECMA-402 Intl.DateTimeFormat\nAfter that like the locale messages, You need to specify the dateTimeFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n dateTimeFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $d(new Date(), 'short') }}\n {{ $d(new Date(), 'long', 'ja-JP') }}\n\n\nOutput the below:\n\n Apr 19, 2017\n 2017年4月19日(水) 午前2:19\n\n\n"},"number.html":{"url":"number.html","title":"Number localization","keywords":"","body":"Number localization\n\n 7.0+\n\nYou can localize the number with your definition formats.\nNumber formats the below:\nconst numberFormats = {\n 'en-US': {\n currency: {\n style: 'currency', currency: 'USD'\n }\n },\n 'ja-JP': {\n currency: {\n style: 'currency', currency: 'JPY', currencyDisplay: 'symbol'\n }\n }\n}\n\nAs the Above, You can define the number format with named (e.g. currency, etc), and you need to use the options with ECMA-402 Intl.NumberFormat\nAfter that like the locale messages, You need to specify the numberFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n numberFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $n(100, 'currency') }}\n {{ $n(100, 'currency', 'ja-JP') }}\n\n\nOutput the below:\n\n $100.00\n ¥100\n\n\n"},"messages.html":{"url":"messages.html","title":"Locale messages syntax","keywords":"","body":"Locale messages syntax\nStructure\nLocale Messages syntax the below:\n// As Flowtype defnition, Locale Messages syntax like BNF annotation\ntype LocaleMessages = { [key: Locale]: LocaleMessageObject };\ntype LocaleMessageObject = { [key: Path]: LocaleMessage };\ntype LocaleMessageArray = LocaleMessage[];\ntype LocaleMessage = string | LocaleMessageObject | LocaleMessageArray;\ntype Locale = string;\ntype Path = string;\n\nBased on the above syntax, You can configure the following structure Locale Messages:\n{\n \"en\": { // 'en' Locale\n \"key1\": \"this is message1\", // basic\n \"nested\": { // nested\n \"message1\": \"this is nested message1\"\n },\n errors: [ // array\n \"this is 0 error code message\",\n { // object in array\n \"internal1\": \"this is internal 1 error message\"\n },\n [ // array in array\n \"this is nested array error 1\"\n ]\n ]\n },\n \"ja\": { // 'ja' Locale\n // ...\n }\n}\n\nIn the above Locale Messages structure, You can translate with using below key paths.\n\n \n {{ $t('key1') }}\n \n {{ $t('nested.message1') }}\n \n {{ $t('errors[0]') }}\n \n {{ $t('errors[1].internal1') }}\n \n {{ $t('errors[2][0]') }}\n\n\nOuput the following:\n\n \n this is message1\n \n this is nested message1\n \n this is 0 error code message\n \n this is internal 1 error message\n \n this is nested array error 1\n\n\nLinked locale messages\nIf there's a translation key that will always have the same concrete text as another one you can just link to it. To link to another translation key, all you have to do is to prefix its contents with an @: sign followed by the full name of the translation key including the namespace you want to link to.\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n the_world: 'the world',\n dio: 'DIO:',\n linked: '@:message.dio @:message.the_world !!!!'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.linked') }}\n\nOutput the below:\nDIO: the world !!!!\n\n"},"fallback.html":{"url":"fallback.html","title":"Fallback localization","keywords":"","body":"Fallback localization\nThe following locale messages that not exist message key in ja locale:\nconst messages = {\n en: {\n message: 'hello world'\n },\n ja: {\n }\n}\n\nWhen specify the fallbackLocale option to VueI18n constructor option, message key is localized with en locale key:\nconst i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n messages\n})\n\nTemplate the below:\n{{ $t('message') }}\n\nOutput the below:\nhello world\n\n"},"component.html":{"url":"component.html","title":"Component based localization","keywords":"","body":"Component based localization\nIn general, locale info (e.g. locale,messages, etc) is set as constructor option of VueI18n instance and it sets i18n option as root Vue instance. Therefore you can globally translate with using $t or $tc in the root Vue instance and any composed component. \nYou can also manage locale info for each component separately, which might be more convenient due to Vues component oriented design.\nComponent based localization example:\n// setup locale info for root Vue instance\nconst i18n = new VueI18n({\n locale: 'ja',\n messages: {\n en: {\n message: {\n hello: 'hello world',\n greeting: 'good morning'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界',\n greeting: 'おはようございます'\n }\n }\n }\n})\n\n// Define component\nconst Component1 = {\n template: `\n \n Component1 locale messages: {{ $t(\"message.hello\") }}\n Fallback global locale messages: {{ $t(\"message.greeting\") }}\n `,\n i18n: { // `i18n` option\n messages: {\n en: { message: { hello: 'hello component1' } },\n ja: { message: { hello: 'こんにちは、component1' } }\n }\n }\n}\n\nnew Vue({\n i18n,\n components: {\n Component1\n }\n}).$mount('#app')\n\nTemplate:\n\n {{ $t(\"message.hello\") }}\n \n\n\nOutputs the following:\n\n こんにちは、世界\n \n Component1 locale messages: こんにちは、component1\n Fallback global locale messages: おはよう、世界!\n \n\n\nAs in the example above, if the component doesn't have the locale message, it falls back to globally defined localization info. The component uses the language set in the root instance (in the above example: locale: 'ja'). \nIf you hope localize in the component locale, you can realize with sync: false and locale in i18n option.\n"},"directive.html":{"url":"directive.html","title":"Custom directive localization","keywords":"","body":"Custom directive localization\n\n 7.3+\n\nYou can translate not only with v-t custom directive, but also with $t method.\nString syntax\nYou can pass the keypath of locale messages with string syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi there!' },\n ja: { hello: 'こんにちは!' }\n }\n }),\n data: { path: 'hello' }\n}).$mount('#string-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n hi there!\n hi there!\n\n\nObject syntax\nYou can use object syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi {name}!' },\n ja: { hello: 'こんにちは、{name}!' }\n }\n }),\n computed: {\n nickName () { return 'kazupon' }\n },\n data: { path: 'hello' }\n}).$mount('#object-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n こんにちは、kazupon!\n hi kazupon!\n\n\n$t vs v-t\n$t\n$t is extended Vue instance method. It has the following pros and cons:\nPros\nYou can flexibly use mustash syntax {{}} in templates and also computed props and methods in Vue instance.\nCons\n$t is executed everytime when re-render occures, so it does have a translation costs.\nv-t\nv-t is a custom directive. It has the following pros and cons:\nPros\nv-t has better performance than the $t method due to its cache with the custom directive, when translated once. Also, pre-translation is possible with the Vue compiler module which was provided by vue-i18n-extensions. Therefore it's possible to make more performance optimizations.\nCons\nv-t can not be flexibly used like $t, it's rather complex. The translated content with v-t is inserted into the textContent of the element. Also, when you use server-side rendering, you need to set the custom directive to directives option of the createRenderer function.\n"},"interpolation.html":{"url":"interpolation.html","title":"Component interpolation","keywords":"","body":"Component interpolation\nBasic Usage\n\n 7.0+\n\nSometimes, we need to localize with locale message that was included HTML tag or component. For example:\nI accept xxx Terms of Service Agreement\n\nIn the above message, if you use with $t, probably you may try to compose the following locale messages:\nconst messages = {\n en: {\n term1: 'I Accept xxx\\'s',\n term2: 'Terms of Service Agreement'\n }\n}\n\nAnd in the following, you may try to implement in template:\n{{ $t('term1') }}{{ $t('term2') }}\n\noutput:\nI accept xxx Terms of Service Agreement\n\nThis is very cumbersome, and if you configure the tag in a locale message, there is a possibility XSS vulnerabilities due to localize with v-html=\"$t('term')\".\nYou can avoid it with using i18n functional component. For example:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nthe following ouput:\n\n \n \n I accept xxx Term of Service.\n \n \n\n\nAbout the above example, see the example\nThe children of i18n functional component is interpolated with locale message of path prop. In the above example, {{ $t('tos') }} is interplated with term locale message.\nIn above example, the component interpolation follows the list formatting. The children of i18n functional component are interpolated by their orders of appearance.\nAdvanced Usage\n\n 7.2+\n NOTE: In i18n component, text content consists of only white spaces will be omitted.\n\nNamed formatting is supported with the help of place attribute. For example:\n\n \n \n {{ changeLimit }}\n {{ $t('change') }}\n \n \n\n\nconst messages = {\n en: {\n info: 'You can {action} until {limit} minutes from departure.',\n change: 'change your flight',\n refund: 'refund the ticket'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n changeUrl: '/change',\n refundUrl: '/refund',\n changeLimit: 15,\n refundLimit: 30\n }\n}).$mount('#app')\n\nOutputs:\n\n \n \n You can change your flight until 15 minutes from departure.\n \n \n\n\n\n NOTE: To use named formatting, all children of i18n component must have place attribute set. Otherwise it will fallback to list formatting.\n\nIf you still want to interpolate text content in named formatting, you could define places property on i18n component. For example:\n\n \n \n {{ $t('refund') }}\n \n \n\n\nOutputs:\n\n \n \n You can refund your ticket until 30 minutes from departure.\n \n \n\n\n"},"sfc.html":{"url":"sfc.html","title":"Single file components","keywords":"","body":"Single file components\nBasic Usage\nIf you are building Vue component or Vue application with using single file components, you can manage the locale messages i18n custom block.\nThe following in single file components example:\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\n\n \n locale\n \n en\n ja\n \n message: {{ $t('hello') }}\n \n\n\n\nexport default {\n name: 'app',\n data () { return { locale: 'en' } },\n watch: {\n locale (val) {\n this.$i18n.locale = val\n }\n }\n}\n\n\nInstalling vue-i18n-loader\nYou need to install vue-loader and vue-i18n-loader due to use custom blocks. While vue-loader most likely is already used in your project if you are working with single file components, you must install vue-i18n-loader additionally:\n$ npm i --save-dev @kazupon/vue-i18n-loader\nWebpack\nFor Webpack the configuration below is required:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n loaders: {\n // you need to specify `i18n` loaders key with `vue-i18n-loader` (https://github.com/kazupon/vue-i18n-loader)\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nVue CLI 3.0 (beta)\nVue-cli 3.0 hides the webpack configuration, so, if we want to add support to the tag inside a single file component we need to modify the existing configuration.\nIn order to do that we have to create a vue.config.js at the root of our project. Once done that, we have to include the following:\nconst merge = require('deepmerge')\n\nmodule.exports = {\n chainWebpack: config => {\n config.module\n .rule('vue')\n .use('vue-loader')\n .tap(options =>\n merge(options, {\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n })\n )\n }\n}\n\nDon't forget to install deepmerge! (npm i deepmerge -D or yarn add deepmerge -D)\nIf you want to read more about modifying the existing configuration click here.\nLaravel-Mix\nLaravel mix has its own rules for .vue files. To add the vue-i18n-loader, add the following to webpack.mix.js\nmix.webpackConfig({\n // ...\n module: {\n rules: [\n {\n // Rules are copied from laravel-mix@1.5.1 /src/builder/webpack-rules.js and manually merged with the ia8n-loader. Make sure to update the rules to the latest found in webpack-rules.js\n test: /\\.vue$/,\n loader: 'vue-loader',\n exclude: /bower_components/,\n options: {\n // extractCSS: Config.extractVueStyles,\n loaders: Config.extractVueStyles ? {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n scss: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader',\n fallback: 'vue-style-loader'\n }),\n\n sass: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader?indentedSyntax',\n fallback: 'vue-style-loader'\n }),\n\n css: vueExtractPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n }),\n\n stylus: vueExtractPlugin.extract({\n use: 'css-loader!stylus-loader?paths[]=node_modules',\n fallback: 'vue-style-loader'\n }),\n\n less: vueExtractPlugin.extract({\n use: 'css-loader!less-loader',\n fallback: 'vue-style-loader'\n }),\n\n i18n: '@kazupon/vue-i18n-loader',\n } : {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n i18n: '@kazupon/vue-i18n-loader',\n },\n postcss: Config.postCss,\n preLoaders: Config.vue.preLoaders,\n postLoaders: Config.vue.postLoaders,\n esModule: Config.vue.esModule\n }\n },\n // ...\n ]\n },\n // ...\n});\n\nYAML loading\ni18n custom blocks need to specify JSON format, also you can use YAML format by using pre-loader feature of vue-loader.\nthe i18n custom blocks below of YAML format:\n\nen:\n hello: \"hello world!\"\nja:\n hello: \"こんにちは、世界!\"\n\n\nWebpack conf the below:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n preLoaders: {\n i18n: 'yaml-loader'\n },\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nMultiple custom blocks\nyou can be used the locale messages with multiple i18n custom block.\n\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\nIn the above, first custom block load the common locale message with src attribute, second custom block load the locale messge that defined only at single file component. These locale messages will be merged as locale message of component.\nIn this way, multiple custom blocks useful when want to be used as module.\n"},"hot-reload.html":{"url":"hot-reload.html","title":"Hot reloading","keywords":"","body":"Hot reloading\nYou can watch for changes in localization files and hot reload changes into your application.\n// Something locale messages\nconst messages = {\n // ...\n}\n\n// VueI18n instance\nconst i18n = new Vuei18n({\n locale: 'en',\n messages\n})\n\n// Run app\nconst app = new Vue({\n i18n,\n // ...\n}).$mount('#app')\n\n// Hot updates\nif (module.hot) {\n module.hot.accept(['./en', './ja'], function () {\n i18n.setLocaleMessage('en', require('./en').default)\n i18n.setLocaleMessage('ja', require('./ja').default)\n // Or the following hot updates via $i18n property\n // app.$i18n.setLocaleMessage('en', require('./en').default)\n // app.$i18n.setLocaleMessage('ja', require('./ja').default)\n })\n}\n\n"},"lazy-loading.html":{"url":"lazy-loading.html","title":"Lazy loading","keywords":"","body":"Lazy loading translations\nLoading all of your translation files at once is overkill and unnecessary. Lazy loading or asynchronously loading the translation files is really easy when using Webpack.\nLets assume we have a project directory similar to the one bellow\nour-cool-project\n-dist\n-src\n--routes\n--store\n--setup\n---i18n-setup.js\n--lang\n---en.js\n---it.js\nThe lang folder is where all of our translation files will reside. \nThe setup folder is where our arbitrary setup files like the i18n-setup, global component inits, plugin inits and other reside.\n//i18n-setup.js\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\nimport messages from '@/lang'\nimport axios from 'axios'\n\nVue.use(VueI18n)\n\nexport const i18n = new VueI18n({\n locale: 'en', // set locale\n fallbackLocale: 'en',\n messages // set locale messages\n})\n\nconst loadedLanguages = ['en'] // our default language that is prelaoded \n\nfunction setI18nLanguage (lang) {\n i18n.locale = lang\n axios.defaults.headers.common['Accept-Language'] = lang\n document.querySelector('html').setAttribute('lang', lang)\n return lang\n}\n\nexport function loadLanguageAsync (lang) {\n if (i18n.locale !== lang) {\n if (!loadedLanguages.includes(lang)) {\n return import(/* webpackChunkName: \"lang-[request]\" */ `@/lang/${lang}`).then(msgs => {\n i18n.setLocaleMessage(lang, msgs.default)\n loadedLanguages.push(lang)\n return setI18nLanguage(lang)\n })\n } \n return Promise.resolve(setI18nLanguage(lang))\n }\n return Promise.resolve(lang)\n}\n\nIn short we are creating a new VueI18n instance as we normally would. Then we are creating a loadedLanguages array that will keep track of our loaded languages.\nNext is the setI18nLanguage function that will actually change the language in our vueI18n instance, axios and where ever else is needed.\nThe loadLanguageAsync function is what we will actually use to change the languages. Loading the new files is done via the import function, which is generously provided by Webpack and it allows us to load files dynamically, and because it uses promises we can easily wait for the loading to finish.\nYou can learn more about the import function in the Webpack documentation.\nUsing the loadLanguageAsync function is straight forward. A common use case is inside a vue-router beforeEach hook.\nrouter.beforeEach((to, from, next) => {\n const lang = to.params.lang\n loadLanguageAsync(lang).then(() => next())\n})\n\nWe could improve this by checking if the lang is actually supported by us or not, call reject so we can catch that in the beforeEach stopping the route transition.\n"},"migrations.html":{"url":"migrations.html","title":"Migrations","keywords":"","body":"Migrations\nGlobal config\nlang replaced\nUse VueI18n class constructor locale option, or VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nfallbackLang replaced\nUse VueI18n class constructor fallbackLocale option, or VueI18n#fallbackLocale property:\n const i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change fallback locale\n i18n.fallbackLocale = 'zh'\n // or\n app.$i18n.fallbackLocale = 'zh'\n\nmissingHandler replaced\nUse VueI18n class constructor missing option, or VueI18n#missing property:\n const i18n = new VueI18n({\n // ...\n missing: (locale, key, vm) => {\n // handle translation missing\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change missing handler\n i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n // or\n app.$i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n\ni18nFormatter replaced\nUse VueI18n class constructor formatter option, or VueI18n#formatter property:\n class CustomFormatter {\n format (message, ...values) {\n // something render logic\n return 'something string'\n }\n }\n\n const i18n = new VueI18n({\n // ...\n formatter: new CustomFormatter(),\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change custom formatter\n i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n // or\n app.$i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n\nGlobal methods\nVue.locale replaced\nUse VueI18n class constructor messages option, or VueI18n#GetLocaleMessage / VueI18n#setLocaleMessage methods:\n const i18n = new VueI18n({\n // ...\n messages: {\n en: {\n hello: 'hello world',\n // ...\n },\n ja: {\n hello: 'こんにちは、世界',\n // ...\n }\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // get locale message\n const en = i18n.getLocaleMessage('en')\n en.greeting = 'hi!'\n // set locale message\n i18n.setLocaleMessage('en', en)\n // or\n const ja = app.$i18n.getLocaleMessage('ja')\n ja.greeting = 'やあ!'\n app.$i18n.setLocaleMessage('ja', ja)\n\nVue.t replaced\nUse VueI18n#t method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n i18n.t('greeting', { name: 'kazupon' }) // -> hi kazupon\n\nVue.tc replaced\nUse VueI18n#tc method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n apple: 'no apples | one apple | {count} apples'\n }\n },\n // ...\n })\n\n const count = 10\n i18n.tc('apple', count, { count }) // -> 10 apples\n\nVue.te replaced\nUse VueI18n#te method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n hello: 'hello world'\n }\n },\n // ...\n })\n\n i18n.te('hello') // -> true\n i18n.te('hallo', 'ja') // -> false\n i18n.te('hello') // -> true\n\nConstructor options\nlocales replaced\nUse messages of VueI18n class constructor option, or messages of i18n option (for Component option):\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n // for Component\n const Component1 = {\n i18n: {\n messages: {\n en: {\n title: 'Title1'\n }\n }\n }\n }\n\nInstance properties\n$lang replaced\nUse VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nFeatures\nDynamic locale removed\nIf you need to dynamic set locale messages, you should implement the below:\n const i18n = new VueI18n({ locale: 'en' })\n const app = new Vue({\n i18n,\n data: { loading: '' }\n }).$mount('#app')\n\n function loadLocaleMessage (locale, cb) {\n return fetch('/locales/' + locale, {\n method: 'get',\n headers: {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }\n }).then((res) => {\n return res.json()\n }).then((json) => {\n if (Object.keys(json).length === 0) {\n return Promise.reject(new Error('locale empty !!'))\n } else {\n return Promise.resolve(json)\n }\n }).then((message) => {\n cb(null, message)\n }).catch((error) => {\n cb(error)\n })\n }\n\n app.loading = 'loading ...'\n loadLocaleMessage('en', (err, message) => {\n if (err) {\n app.loading = ''\n console.error(err)\n return\n }\n i18n.setLocaleMessage('en', message)\n app.loading = ''\n })\n\n"},"api.html":{"url":"api.html","title":"API references","keywords":"","body":"API references\nExtension of Vue\nVue constructor options\ni18n\n\nType: I18nOptions\nComponent based localization option.\n\nSee also: VueI18n class constructor options\n\n\nVue injected methods\n$t\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you specified key of list / named formatting local messages, you must specify values too. For values more details see Formatting.\n\n\n$tc\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{Locale} locale: optional\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key with pluralization. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you will specify string value to values, localize the locale messages of value. If you will specify Array or Object value to values, you must specify with values of $t.\n\n\n$te\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key exists. In Vue instance, If not specified component locale messages, check with global locale messages. If you specified locale, check the locale messages of locale.\n\n\n$d\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nLocalize the datetime of value with datetime format of key. The datetime format of key need to register to dateTimeFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, it will have priority over locale option of VueI18n constructor.\nIf the datetime format of key not exist in dateTimeFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\n$n\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale} locale: optional\n\n\nReturn: NumberFormatResult\nLocalize the number of value with number format of key. The number format of key need to register to numberFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, it will have priority over locale option of VueI18n constructor.\nIf the number format of key not exist in numberFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\nIf the second key argument specified as an object, it should have the following properties:\n\nkey {Path}: optional, number format\nlocale {Locale}: optional, locale\nstyle {string}: optional, number format option\ncurrency {string}: optional, number format option\ncurrencyDisplay {string}: optional, number format option\nuseGrouping {string}: optional, number format option\nminimumIntegerDigits {string}: optional, number format option\nminimumFractionDigits {string}: optional, number format option\nmaximumFractionDigits {string}: optional, number format option\nminimumSignificantDigits {string}: optional, number format option\nmaximumSignificantDigits {string}: optional, number format option\nlocaleMatcher {string}: optional, number format option\nformatMatcher {string}: optional, number format option\n\nAny specified number format options will have priority over numberFormats of VueI18n constructor.\n\n\nInjected properties\n$i18n\n\nType: I18n\n\nRead only\nGet a VueI18n instance. If you are specify.\nIf you have specified an i18n option at component options, you will be able to get a VueI18n instance at the component, Otherwise, you will be able get root VueI18n instance.\n\n\nVueI18n class\nVuei18n class implement I18n interface of flowtype definitions\nStatic properties\nversion\n\nType: string\nvue-i18n version.\n\n\navailabilities\n\n 7.0+\n\n\nType: IntlAvailability\nWhether the following internationalization features are available:\n\n{boolean} dateTimeFormat: locale sensitive datetime formatting\n\n{boolean} numberFormat: locale sensitive number formatting\nThe above internationalization features are depends on the browser environmens, due to implement with ECMAScript Internationalization API (ECMA-402).\n\n\nConstructor options\nYou can specify the below some options of I18nOptions constructor options of flowtype definitions\nlocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nDefault: {}\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nDefault: {}\nThe datetime formats of localization.\n\nSee also: DateTimeFormats type of flowtype definitions\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nDefault: {}\nThe number formats of localization.\n\nSee also: NumberFormats type of flowtype definitions\n\n\nformatter\n\nType: Formatter\n\nDefault: Built in formatter\nThe formatter that implemented with Formatter interface.\n\n\nmissing\n\nType: MissingHandler\n\nDefault: null\nA hander for localization missing. The handler gets called with the localization target locale, localization path key and the Vue instance.\nIf missing hander is assigned, and occured localization missing, it's not warned.\n\n\nfallbackRoot\n\nType: Boolean\n\nDefault: true\nIn the component localization, whether to fall back to root level (global) localization when localization fails.\nIf false, it's warned, and is returned the key.\n\n\nsync\n\nType: Boolean\n\nDefault: true\nWhether synchronize the root level locale to the component localization locale.\nIf false, regardless of the root level locale, localize for each component locale.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: Boolean\n\nDefault: false\nWhether suppress warnings outputted when localization fails.\nIf true, supress localization fail warnings.\n\n\nProperties\nlocale\n\nType: Locale\n\nRead/Write\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nRead/Write\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nRead only\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nRead only\nThe datetime formats of localization.\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nRead only\nThe number formats of localization.\n\n\nmissing\n\nType: MissingHandler\n\nRead/Write\nA hander for localization missing.\n\n\nformatter\n\nType: Formatter\n\nRead/Write\nThe formatter that implemented with Formatter interface.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: boolean\n\nRead/Write\nWhether suppress warnings outputted when localization fails.\n\n\nMethods\ngetLocaleMessage( locale )\n\nArguments:\n\n{Locale} locale\n\n\nReturn: LocaleMessageObject\nGet the locale message of locale.\n\n\nsetLocaleMessage( locale, message )\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nSet the locale message of locale.\n\n\nmergeLocaleMessage( locale, message )\n\n6.1+\n\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nMerge the registered locale messages with the locale message of locale.\n\n\nt( key, [locale], [values] )\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn:: TranslateResult\nThis is the same as the Function returned with $t method. More detail see $t.\n\n\ni( key, [locale], [values] )\n\n 7.0+\n\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array} values: optional\n\n\nReturn:: TranslateResult\n\n\ntc( key, [choice], [values] )\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nThis is the same as the Function returned $tc method. More detail see $tc.\n\n\nte( key, [locale] )\n\nArguments:\n\n{string} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key path exists in global locale message. If you specified locale, check the locale message of locale.\n\n\ngetDateTimeFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: DateTimeFormat\nGet the datetime format of locale.\n\n\nsetDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nSet the datetime format of locale.\n\n\nmergeDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nMerge the registered datetime formats with the datetime format of locale.\n\n\nd( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nThis is the same as $d method of Vue instance method. More detail see $d.\n\n\ngetNumberFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: NumberFormat\nGet the number format of locale.\n\n\nsetNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nSet the number format of locale.\n\n\nmergeNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nMerge the registered number formats with the number format of locale.\n\n\nn( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale} locale: optional\n\n\nReturn: NumberFormatResult\nThis is the same as $n method of Vue instance method. More detail see $n.\n\n\nDirectives\n\n 7.3+\n\nv-t\n\nExpects: string | Object\n\nDetails:\nUpdate the element textContent that localized with locale messages. You can use string syntax or object syntax. string syntax can be specified as a keypath of locale messages.\nIf you can be used object syntax, you need to specify as the object key the following params:\n\npath: required, key of locale messages\nlocale: optional, locale\nargs: optional, for list or named formatting\n\n\nExamples:\n\n\n\n\n\n\n\n\n\n\n\n\n\nSee also: Custom directive localization\n\n\nComponents\ni18n functional component\n\n 7.0+\n\nProps:\n\npath {Path}: required, keypath of locale messages\nlocale {Locale}: optional, locale\ntag {string}: optional, default span\nplaces {Array | Object}: optional (7.2+)\n\nUsage:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nSee also:\nComponent interpolation\nSpecial Attributes\nplace\n\n 7.2+\n\nExpects: {number | string}\nUsed on component interpolation to indicate which index of list formatting or key of named formatting.\nFor detailed usage, see the guide section linked below.\nSee also:\nComponent interpolation\n"}}}
\ No newline at end of file
diff --git a/docs/search_index.json b/docs/search_index.json
index 5f97d8438..1ff8f1242 100644
--- a/docs/search_index.json
+++ b/docs/search_index.json
@@ -1 +1 @@
-{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["api","compon","document","dynam","fallback","format","get","hot","i18n","instal","internation","introduct","keypath","link","local","plugin","plural","refer","reload","start","syntax","translat","v5.x","vue","vue.j"],"installation.html":["$","'vue","'vue'","/","2.0.0+","abov","add","alway","automatically:","base","build","build.","cd","cdn","clone","compat","dev","direct","directli","don't","download","explicitli","git","github","global","https://github.com/kazupon/vu","https://unpkg.com/vu","i18n","i18n'","i18n.git","i18n.j","i18n/dist/vu","i18n@7.4.2/dist/vu","import","includ","instal","itself","latest","link","links.","modul","need","node_modules/vu","note","npm","npm.","point","provid","releas","run","script","specif","system,","tags.","unpkg.com","url","us","version/tag","via","vue","vue.j","vue.use():","vue.use(vuei18n)","vuei18n","want","yarn","yourself"],"started.html":["$t(\"message.hello\")","'hello","'ja',","'vue","'vue'","'こんにちは、世界'","(e.g.","//","=","`i18n`","app","call","cli),","code","const","creat","en:","es2015","following:","get","guide.","hello:","html","i18n","i18n'","import","instanc","ja:","javascript","local","locale:","messag","message:","messages,","modul","new","now","option","output","readi","sampl","set","start","started!","system","translat","us","via","vue","vue({","vue.use(vuei18n)","vue.use(vuei18n).","vuei18n","vuei18n({","world'","{","{{","}","})","}).$mount('#app')","},","}}","こんにちは、世界"],"formatting.html":["$t('hello',","$t('message.hello',","'%{msg}","'en","'hello","'hello'","'hello'})","'hi","'how","'kazupon'","'kazupon',","'p',","'{0}","'{msg}","(compon","(e.g.","(includ","(instead","(message,","(options)","*/),","...","...},","...}]`","//","=",">","@param","@return","['hello'])","['kazupon'])","['resolv","`$t`","`$t`,","`$tc`","`$tc`.","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`{","accept","arbitrari","array","array}","below","below:","case","check","class","compon","component.","const","constructor","content","content.","custom","customformatt","customformatter(/*","danger","dynam","e.g.","easili","en:","es2015","example.","exist","feature.","follow","following:","format","format.","formatt","formatted)","formatter:","formatting:","fromatt","function","hello","hello:","here","html","i18n","icu","implement","implementaion","includ","interface.","interpol","interpolc","interpolcation)","interpolcation.","kazupon","lead","list","local","locale:","logic","mayb","messag","message:","messages:","msg:","name","name:","need","never","new","note:","object","object,","object:","offici","option","output","pass","pre","provid","rail","realiz","recommend","regist","render","return","rubi","run!","sometimes,","static","string","string']","string,","string.","support","syntax).","syntax:","tag:","templat","text:","translat","trust","us","us',","us':","user","valu","values)","values.","values:","veri","vnode","vnode):","vnode{","vue({","vuei18n({","vulnerabilities.","want","websit","world","world'","xss","you?","you?',","{","{'0':","{0}'","{array}","{name}'","{object","{string}","{{","|","}","})","}).$mount('#app')","},","}`","}}"],"pluralization.html":["$tc('apple',","$tc('car',","'car","'no","0)","1)","10","10,","2)","=","appl","apple:","apples'","below:","car","car:","cars',","const","count:","defin","en:","local","messag","on","output","pipe","plural","pluralization.","separator,","separator.","templat","translat","{","{count}","{{","|","}","})","}}"],"datetime.html":["$d(new","'en","'ja","'long',","'numeric'","'numeric',","'short')","'short',","(e.g.","19,","2017","2017年4月19日(水)","402","7.0+","=","above,","apr","below:","const","constructor:","date(),","datetim","datetimeformat","day:","defin","definit","ecma","etc),","format","formats.","hour12:","hour:","i18n","intl.datetimeformat","jp')","jp':","local","long,","long:","messages,","minute:","month:","name","need","new","option","output","short,","short:","specifi","templat","true","us","us':","vue({","vuei18n","vuei18n({","weekday:","year:","{","{{","}","})","}).$mount('#app')","},","}}","午前2:19"],"number.html":["$100.00","$n(100,","'currency')","'currency',","'en","'ja","'jpy',","'symbol'","'usd'","(e.g.","402","7.0+","=","above,","below:","const","constructor:","currency,","currency:","currencydisplay:","defin","definit","ecma","etc),","format","formats.","i18n","intl.numberformat","jp')","jp':","local","messages,","name","need","new","number","numberformat","option","output","specifi","style:","templat","us","us':","vue({","vuei18n","vuei18n({","{","{{","}","})","}).$mount('#app')","},","}}","¥100"],"messages.html":["!!!!","!!!!'","\"en\":","\"internal1\":","\"ja\":","\"key1\":","\"message1\":","\"nested\":","\"thi","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('key1')","$t('message.linked')","$t('nested.message1')","'@:message.dio","'dio:',","'en'","'ja'","'the","...","//","0","1","1\"","=","@:","@:message.the_world","[","[key:","]","abov","alway","annot","anoth","array","base","basic","below","below:","bnf","code","concret","configur","const","content","defnition,","dio:","en:","error","errors:","flowtyp","follow","following:","full","includ","intern","it.","key","key,","link","linked:","local","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","messag","message\"","message\",","message1","message1\"","message1\",","message:","messages:","name","namespac","nest","object","on","ouput","output","path","path]:","paths.","prefix","same","sign","string","string;","structur","structure,","syntax","syntax,","templat","text","the_world:","there'","to.","translat","type","us","want","world","world',","{","{{","|","}","},","};","}}"],"fallback.html":["$t('message')","'en',","'hello","'ja',","=","below:","const","constructor","en","en:","exist","fallback","fallbacklocal","fallbacklocale:","follow","hello","i18n","ja","ja:","key","key:","local","locale:","messag","message:","new","option","option,","output","specifi","templat","vuei18n","vuei18n({","world","world'","{","{{","}","})","},","}}"],"component.html":["$t","$t(\"message.greeting\")","$t(\"message.hello\")","$tc","'good","'hello","'ja').","'ja',","'おはようございます'","'こんにちは、component1'","'こんにちは、世界',","(e.g.","(in","//","=","`","`,","`i18n`","abov","above,","back","base","compon","component.","component1","component1'","components:","compos","const","constructor","conveni","defin","design.","doesn't","due","each","en:","etc)","exampl","example:","fall","fallback","fals","following:","general,","global","greeting:","hello:","hope","i18n","i18n,","i18n:","info","info.","instanc","instance.","ja:","languag","local","locale,","locale,messages,","locale:","manag","message,","message:","messages:","more","morning'","new","option","option.","orient","output","realiz","root","separately,","set","setup","sync:","template:","therefor","translat","us","vue","vue({","vuei18n","vuei18n({","world',","{","{{","}","})","}).$mount('#app')","},","}}","おはよう、世界!","こんにちは、component1","こんにちは、世界"],"directive.html":["$t","$t,","'en',","'hello'","'hi","'kazupon'","'こんにちは、{name}!'","'こんにちは!'","()","7.3+","also,","better","cach","compil","complex.","comput","computed:","con","cons:","content","costs.","createrender","custom","data:","direct","directive,","directive.","due","element.","en:","everytim","execut","extend","extentions.","flexibl","follow","function.","hello:","hi","i18n","i18n:","insert","instanc","instance.","it'","ja:","javascript:","kazupon!","keypath","local","locale:","make","messag","messages:","method","method.","modul","more","mustash","need","new","nicknam","object","occures,","once.","optimizations.","option","outputs:","pass","path:","perform","possibl","pre","pro","prop","provid","re","render","rendering,","return","server","set","side","string","syntax","syntax')","syntax.","t","templat","templates:","textcont","there!","there!'","therefor","translat","us","v","vs","vue","vue({","vuei18n({","{","{name}!'","{{}}","}","}),","}).$mount('#object","}).$mount('#str","},","こんにちは、kazupon!"],"interpolation.html":["$t('change')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","'/change',","'/refund',","'/term'","'chang","'en',","'i","'refund","'term","'you","'利用規約',","'私は","15","15,","30","7.0+","7.2+","=","abov","accept","advanc","agreement","agreement'","appearance.","attribut","attribute.","avoid","basic","chang","change:","changelimit","changelimit:","changeurl:","children","compon","component,","component.","compos","configur","consist","const","content","cumbersome,","data:","defin","departure.","departure.',","due","en:","exampl","example,","example:","fallback","flight","flight',","follow","following,","format","formatting,","formatting.","function","help","html","html=\"$t('term')\".","i18n","i18n,","implement","includ","info:","interpl","interpol","ja:","list","local","locale:","messag","message,","message.","messages:","minut","name","need","new","note:","omitted.","order","otherwis","ouput:","output:","outputs:","path","place","possibl","probabl","prop.","properti","refund","refund:","refundlimit:","refundurl:","see","servic","service',","service.","set.","sometimes,","space","still","support","tag","template:","term","term1:","term2:","term:","text","ticket","ticket'","tos:","tri","until","url:","us","usag","v","veri","vue({","vuei18n({","vulner","want","white","xss","xxx","xxx\\'s',","{","{0}.'","{action}","{limit}","{{","}","})","}).$mount('#app')","},","}}","}}{{","の{0}に同意します。'"],"sfc.html":["\"en\":","\"hello","\"hello\":","\"ja\":","\"こんにちは、世界!\"","$","$t('hello')","'@kazupon/vu","'app',","'babel","'css","'en'","'vue","'yaml","()","(beta)","(https://github.com/kazupon/vu","(npm","(val)",")","...",".rule('vue')",".tap(opt",".use('vu",".vue","//","/\\.vue$/,","/bower_components/,","/src/builder/webpack","3.0",":","=","=>","?","@kazupon/vu","[","]","`i18n`","`vue","above,","add","additionally:","alreadi","applic","attribute,","basic","below","below:","block","block.","blocks.","build","chainwebpack:","cli","click","common","compon","component.","components,","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","const","copi","creat","css:","custom","d","d)","data","deepmerg","deepmerge!","default","defin","dev","don't","done","due","en","en:","esmodule:","example:","exclude:","exist","export","extractcss:","fallback:","featur","file","files.","first","follow","following:","forget","format","format,","format:","found","hello:","here.","hide","i18n","i18n:","ia8n","includ","insid","instal","ja","ja:","js:","json","key","laravel","latest","less:","load","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","local","locale:","make","manag","manual","merg","merge(options,","messag","message:","messg","mix","mix.webpackconfig({","mix@1.5.1","modifi","module.","module.export","module:","more","multipl","name:","need","npm","onc","options:","order","postcss:","postloaders:","pre","preloaders:","project","project.","read","require('deepmerge')","required:","return","root","rule","rules.j","rules:","sass:","save","scss:","second","singl","so,","specifi","src","style","stylus:","support","sure","tag","test:","that,","this.$i18n.local","updat","us","usag","use:","val","vue","vue.config.j","vueextractplugin.extract({","want","watch:","way,","webpack","webpack.mix.j","work","world!\"","yaml","yarn","{","{{","}","})","}),","});","},","}}"],"hot-reload.html":["$i18n","'./ja'],","'en',","()","(module.hot)","...","//","=","app","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","application.","chang","const","file","follow","function","hot","i18n","i18n,","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","instanc","local","locale:","messag","module.hot.accept(['./en',","new","properti","reload","require('./en').default)","require('./ja').default)","run","someth","updat","via","vue({","vuei18n","vuei18n({","watch","{","}","})","}).$mount('#app')"],"lazy-loading.html":["!==","\"lang","'@/lang'","'axios'","'en',","'vue","'vue'","(!loadedlanguages.includes(lang))","(i18n.local","(lang)","*/","//","//i18n","=","=>","['en']","[request]\"","`@/lang/${lang}`).then(msg","actual","allow","arbitrari","array","assum","asynchron","axio","axios.defaults.headers.common['accept","beforeeach","bellow","call","case","catch","chang","check","common","compon","const","cool","creat","default","directori","dist","document.queryselector('html').setattribute('lang',","documentation.","done","dynamically,","easi","easili","en.j","export","fallbacklocale:","file","finish.","folder","forward.","from,","function","function,","gener","global","hook.","i18n","i18n'","i18n.local","i18n.setlocalemessage(lang,","import","import(/*","improv","init","inits,","insid","instanc","instance,","it.j","keep","lang","lang)","languag","language']","languages.","lazi","learn","let","load","loadedlanguag","loadedlanguages.push(lang)","loadlanguageasync","loadlanguageasync(lang).then(()","local","locale:","messag","more","msgs.default)","needed.","new","next","next())","next)","normal","not,","on","onc","overkil","plugin","prelaod","project","promis","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","provid","realli","reject","reside.","return","rout","router","router.beforeeach((to,","set","seti18nlanguag","seti18nlanguage(lang)","setup","setup,","setup.j","short","similar","src","stop","store","straight","support","to.params.lang","track","transition.","translat","unnecessary.","us","via","vue","vue.use(vuei18n)","vuei18n","vuei18n({","wait","webpack","webpack.","webpackchunkname:","would.","{","}","})"],"migrations.html":["!!'))","$lang","''","'accept':","'application/json'","'application/json',","'content","'en'","'en',","'get',","'hello","'hi","'hi!'","'ja'","'ja')","'ja',","'kazupon'","'load","'no","'someth","'title1'","'zh'","'こんにちは、世界',","'やあ!'","(err)","(err,","(for","(locale,","(message,","(object.keys(json).length","+","...","...'","...values)","/","//","0)","10","=","===","=>",">","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('ja',","app.load","appl","apple:","apples'","below:","cb(error)","cb(null,","cb)","chang","class","compon","component1","config","console.error(err)","const","constructor","count","count,","custom","customformatt","customformatter(),","data:","dynam","empti","en","en)","en.greet","en:","error('local","fallback","fallbacklang","fallbacklocal","fallbacklocale:","fals","featur","fetch('/locales/'","format","format:","formatt","formatter:","function","global","greeting:","handl","handler","headers:","hello:","hi","i18n","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n:","i18nformatt","implement","instanc","ja","ja)","ja.greet","ja:","kazupon","key,","lang","loading:","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale:","logic","messag","message)","messages,","messages:","method","method:","methods:","migrat","miss","missing:","missinghandl","name:","need","new","on","option","option):","option,","promise.reject(new","promise.resolve(json)","properti","property:","remov","render","replac","res.json()","return","set","someth","string'","title:","translat","true","type':","us","vm)","vue({","vue.local","vue.t","vue.tc","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","world'","world',","{","{count}","{name}'","|","}","})","}).$mount('#app')","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","},"],"api.html":["$d","$d.","$i18n","$n","$n.","$t","$t('tos')","$t.","$tc","$tc.","$te","'/term'","'en","'en',","'i","'term","'利用規約',","'私は","(","(7.2+)","(ecma","(global)",")","/","1","402).","6.1+","7.0+","7.2+","7.3+","=","[choice],","[key],","[locale]","[locale],","[values]","abov","accept","also:","api","args:","argument,","arguments:","array","assigned,","attribut","avail","available:","back","base","below","below.","boolean","browser","built","call","check","choice:","class","class,","compon","component,","const","constructor","constructor.","custom","d(","data:","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","default","default:","definit","depen","depend","detail","details:","direct","due","each","ecmascript","element","en:","environmens,","examples:","exist","exists.","expects:","extens","fail","fails.","fall","fallback","fallbacklocal","fallbackroot","fals","false,","featur","flowtyp","follow","format","formatt","formatting.","function","get","getdatetimeformat","getlocalemessage(","getnumberformat","global","guid","hander","handler","i(","i18n","i18n,","i18nopt","implement","index","indic","inject","instanc","instance,","instance.","interfac","interface.","internation","interpol","intlavail","it'","ja:","key","key,","key.","key:","keypath","level","link","list","local","locale,","locale.","locale:","localemessag","localemessageobject","localization,","localization.","merg","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message.","messages,","messages.","method","method.","miss","missing,","missing.","missinghandl","more","n(","name","need","new","null","number","numberformat","numberformat:","numberformatresult","object","object}","object}:","occur","option","option,","option.","optional,","options,","otherwise,","output","params:","path","path:","place","pluralization.","preferenti","properti","props:","read","read/writ","refer","regardless","regist","requir","required,","return","return:","return::","root","same","section","see","sensit","service',","set","setdatetimeformat","setlocalemessage(","setnumberformat","silenttranslationwarn","span","special","specifi","specify.","static","string","string}","suppress","supress","sync","synchron","syntax","syntax,","syntax.","t","t(","tag","target","tc(","te(","term:","textcont","too.","tos:","translateresult","true","true,","type","type:","updat","url:","us","us'","usage,","usage:","v","valu","value,","value.","value:","values,","values:","version","version.","vue","vue({","vuei18n","vuei18n({","warn","warned,","warned.","warnings.","whether","xxx","{","{0}.'","{array","{array}","{boolean}","{datetimeformat}","{local","{localemessageobject}","{locale}","{locale}:","{number","{numberformat}","{number}","{path","{path}","{path}:","{string","{string}","{string}:","{{","{}","|","}","})","}).$mount('#app')","},","}}","の{0}に同意します。'"]},"length":17},"tokenStore":{"root":{"0":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"1":{"0":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"5":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"9":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.001890359168241966}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"2":{"0":{"1":{"7":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}},"年":{"4":{"docs":{},"月":{"1":{"9":{"docs":{},"日":{"docs":{},"(":{"docs":{},"水":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"docs":{}}},"docs":{}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"3":{"0":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},"docs":{},".":{"0":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"docs":{}}},"4":{"0":{"2":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"docs":{}},"docs":{}},"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}}},"6":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}},"docs":{}}},"7":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.01606805293005671}}}},"2":{"docs":{},"+":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"3":{"docs":{},"+":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"docs":{}}},"docs":{},"$":{"1":{"0":{"0":{"docs":{},".":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"installation.html":{"ref":"installation.html","tf":0.056074766355140186},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.02912621359223301},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.010256410256410256}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}},"'":{"docs":{},")":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"1":{"docs":{},"]":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}},"2":{"docs":{},"]":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"docs":{}}}},"docs":{}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"2":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"docs":{}}}},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"(":{"1":{"0":{"0":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"docs":{}},"docs":{}},"docs":{}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"docs":{}},"docs":{}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":5.001890359168242}}},"p":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045}},"l":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"'":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"docs":{}},"docs":{}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"r":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}}}}}}},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.01890359168241966}}}}}}}}}}},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"[":{"docs":{},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":3.3435897435897433},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"c":{"docs":{},"k":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.028037383177570093},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.02729528535980149},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.03409090909090909},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}}}}},"n":{"docs":{},"f":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.002835538752362949}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},")":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":3.374358974358974},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"sfc.html":{"ref":"sfc.html","tf":3.3409669211195925},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.014177693761814745}},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"n":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"f":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"s":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.035830618892508145},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.003780718336483932}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"d":{"docs":{},"e":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"p":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"o":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"directive.html":{"ref":"directive.html","tf":3.3576051779935274},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},")":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.045454545454545456}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"s":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}}},"c":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}},"e":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}}}}},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"b":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"datetime.html":{"ref":"datetime.html","tf":5.03125},"api.html":{"ref":"api.html","tf":0.010396975425330813}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375},"api.html":{"ref":"api.html","tf":0.007561436672967864}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"a":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"directive.html":{"ref":"directive.html","tf":3.3478964401294498},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"o":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"s":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"o":{"docs":{},"c":{"docs":{},"s":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}},"e":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00945179584120983}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"e":{"docs":{},"!":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"./":{"ref":"./","tf":0.037037037037037035}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"u":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"d":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"n":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"l":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"h":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401}},"s":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"fallback.html":{"ref":"fallback.html","tf":5.017857142857143},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"e":{"docs":{},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"r":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"formatting.html":{"ref":"formatting.html","tf":10.01985111662531},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.02930056710775047}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.008506616257088847}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"r":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"s":{"docs":{},".":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"l":{"docs":{},"l":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"started.html":{"ref":"started.html","tf":5.009803921568627},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"component.html":{"ref":"component.html","tf":0.020512820512820513},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"hot-reload.html":{"ref":"hot-reload.html","tf":5.054054054054054}}},"u":{"docs":{},"r":{"1":{"2":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{}},"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"p":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"o":{"docs":{},"k":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"=":{"docs":{},"\"":{"docs":{},"$":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{},")":{"docs":{},"\"":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}}}}}}}},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"p":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"r":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"i":{"docs":{"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"d":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.07476635514018691},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.030534351145038167},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.029315960912052116},"api.html":{"ref":"api.html","tf":0.006616257088846881}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}},"@":{"7":{"docs":{},".":{"4":{"docs":{},".":{"2":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":10.046728971962617},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.002835538752362949}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"i":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"l":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"f":{"docs":{},"o":{"docs":{"component.html":{"ref":"component.html","tf":0.015384615384615385}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"s":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.029411764705882353},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"a":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"c":{"docs":{},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"a":{"8":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"docs":{}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"s":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"z":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.008230452674897}}}},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.02880658436213992},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"s":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.032921810699588}},"e":{"docs":{},"r":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083}},"!":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"'":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.019083969465648856}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"?":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"s":{"docs":{},"[":{"docs":{},"]":{"docs":{},"=":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}},"`":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.1111111111111111},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":5.0234375},"number.html":{"ref":"number.html","tf":5.034090909090909},"messages.html":{"ref":"messages.html","tf":3.3773861967694563},"fallback.html":{"ref":"fallback.html","tf":5.071428571428571},"component.html":{"ref":"component.html","tf":3.4},"directive.html":{"ref":"directive.html","tf":3.3430420711974107},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.014657980456026058},"api.html":{"ref":"api.html","tf":0.08601134215500945}},"e":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.011342155009451797}}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},"[":{"docs":{},"]":{"docs":{},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.011342155009451797}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.014177693761814745}}}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00945179584120983}}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"r":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.02977667493796526},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":3.372980910425844},"fallback.html":{"ref":"fallback.html","tf":0.08928571428571429},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.023629489603024575}},"e":{"1":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.03076923076923077},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006616257088846881}}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.025},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.003780718336483932}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"migrations.html":{"ref":"migrations.html","tf":10.001628664495113}}}}}},"n":{"docs":{},"u":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"x":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"@":{"1":{"docs":{},".":{"5":{"docs":{},".":{"1":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"docs":{}}},"docs":{}}},"docs":{}}},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"(":{"docs":{},"[":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"n":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}},"r":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004725897920604915}}},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"a":{"docs":{},"y":{"docs":{},"b":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"k":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"s":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"number.html":{"ref":"number.html","tf":5.045454545454546},"api.html":{"ref":"api.html","tf":0.010396975425330813}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909},"api.html":{"ref":"api.html","tf":0.007561436672967864}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.030944625407166124},"api.html":{"ref":"api.html","tf":0.001890359168241966}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"s":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}},"x":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"(":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"p":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.04672897196261682},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004725897920604915}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.011342155009451797}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.025},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.03213610586011342}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.001890359168241966}}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},")":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}}}}}}},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"pluralization.html":{"ref":"pluralization.html","tf":10.028169014084508}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{"directive.html":{"ref":"directive.html","tf":0.019417475728155338}},"p":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.002835538752362949}}},"y":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"a":{"docs":{},"o":{"docs":{},"d":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"s":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"i":{"docs":{},"p":{"docs":{},"e":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":5.000945179584121}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"hot-reload.html":{"ref":"hot-reload.html","tf":5.027027027027027}}}}}},"a":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"i":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"/":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}}}}},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"l":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.002835538752362949}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.011342155009451797}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.010396975425330813}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}}}}}},"d":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}}}}}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},"!":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"s":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"u":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224}}}}},"g":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"d":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"i":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.017013232514177693}}},"y":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"started.html":{"ref":"started.html","tf":5.009803921568627}},"e":{"docs":{},"d":{"docs":{},"!":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004725897920604915}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"]":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"e":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"u":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"r":{"docs":{},"e":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"r":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"messages.html":{"ref":"messages.html","tf":3.34654919236417},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.001890359168241966}},")":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"'":{"docs":{},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"e":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"u":{"docs":{},"p":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"i":{"docs":{},"c":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.011342155009451797}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"r":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"a":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.024271844660194174},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"./":{"ref":"./","tf":0.07407407407407407}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004725897920604915}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"c":{"docs":{},"k":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"e":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.001890359168241966}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"r":{"docs":{},"m":{"1":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"2":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"docs":{}},"docs":{}}}}}}},"o":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},"o":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.020793950850661626}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"c":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"u":{"docs":{},"s":{"docs":{"installation.html":{"ref":"installation.html","tf":0.037383177570093455},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065},"api.html":{"ref":"api.html","tf":0.002835538752362949}},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.025},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"r":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"v":{"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.037037037037037035}}}}},"6":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}},"docs":{}}},"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.06542056074766354},"started.html":{"ref":"started.html","tf":0.0392156862745098},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.02099236641221374},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"api.html":{"ref":"api.html","tf":0.007561436672967864}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},")":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}},"docs":{}},"docs":{}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.029411764705882353},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.013232514177693762}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.017915309446254073},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"#":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"docs":{}},"docs":{}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"a":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.006616257088846881}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.004725897920604915}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},")":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"m":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"r":{"docs":{},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"?":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"}":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"j":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"p":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{}}}}}}}}}},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"%":{"docs":{},"{":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"{":{"0":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},"'":{"docs":{},")":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},",":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"n":{"docs":{},"o":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0703125}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.046875}}}}}}}},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"@":{"docs":{},":":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},"'":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"docs":{}}}}}},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"ご":{"docs":{},"ざ":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"利":{"docs":{},"用":{"docs":{},"規":{"docs":{},"約":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"私":{"docs":{},"は":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}},".":{"docs":{},"/":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}},"z":{"docs":{},"h":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}},"や":{"docs":{},"あ":{"docs":{},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"/":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"/":{"docs":{"started.html":{"ref":"started.html","tf":0.10784313725490197},"formatting.html":{"ref":"formatting.html","tf":0.09181141439205956},"messages.html":{"ref":"messages.html","tf":0.039647577092511016},"component.html":{"ref":"component.html","tf":0.015384615384615385},"sfc.html":{"ref":"sfc.html","tf":0.022900763358778626},"hot-reload.html":{"ref":"hot-reload.html","tf":0.12162162162162163},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.06514657980456026}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"docs":{}},"docs":{}}},"\\":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"y":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"e":{"docs":{},"b":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}},"e":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.006616257088846881}}}}}}}}},"(":{"7":{"docs":{},".":{"2":{"docs":{},"+":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}},"docs":{}}},"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}},"b":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"!":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"=":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.030837004405286344},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.06026058631921824},"api.html":{"ref":"api.html","tf":0.001890359168241966}},">":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}},"=":{"docs":{},"=":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"`":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"`":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"docs":{}},"docs":{}},"$":{"docs":{},"t":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"c":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"[":{"docs":{},"'":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}},"v":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"@":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"$":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"{":{"0":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}},"docs":{"started.html":{"ref":"started.html","tf":0.049019607843137254},"formatting.html":{"ref":"formatting.html","tf":0.04962779156327544},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0546875},"number.html":{"ref":"number.html","tf":0.056818181818181816},"messages.html":{"ref":"messages.html","tf":0.04405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.05357142857142857},"component.html":{"ref":"component.html","tf":0.06666666666666667},"directive.html":{"ref":"directive.html","tf":0.04854368932038835},"interpolation.html":{"ref":"interpolation.html","tf":0.031914893617021274},"sfc.html":{"ref":"sfc.html","tf":0.06297709923664122},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.06188925081433225},"api.html":{"ref":"api.html","tf":0.003780718336483932}},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"}":{"docs":{},"}":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"'":{"0":{"docs":{},"'":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"docs":{}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.000945179584120983}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.014177693761814745}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.005671077504725898}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.0392156862745098},"formatting.html":{"ref":"formatting.html","tf":0.03970223325062035},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.03125},"number.html":{"ref":"number.html","tf":0.045454545454545456},"messages.html":{"ref":"messages.html","tf":0.022026431718061675},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.05641025641025641},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.03625954198473282},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.03745928338762215},"api.html":{"ref":"api.html","tf":0.002835538752362949}},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098},"api.html":{"ref":"api.html","tf":0.000945179584120983}},".":{"docs":{},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},";":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.02480916030534351},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.000945179584120983}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.000945179584120983}},"{":{"docs":{},"{":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"docs":{}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},")":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098}},"}":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},">":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}},"@":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"[":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},"\"":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001890359168241966}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.002835538752362949}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"e":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.011342155009451797}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"api.html":{"ref":"api.html","tf":0.003780718336483932}}},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"api.html":{"ref":"api.html","tf":0.010396975425330813}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.001890359168241966},"./":{"ref":"./","tf":0.037037037037037035}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.003780718336483932}}}},"e":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"x":{"docs":{},"x":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.001890359168241966}},"\\":{"docs":{},"'":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"|":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"pluralization.html":{"ref":"pluralization.html","tf":0.056338028169014086},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.017958412098298678}}},"午":{"docs":{},"前":{"2":{"docs":{},":":{"1":{"9":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},"docs":{}},"docs":{}}},"docs":{}}},"¥":{"1":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}},"docs":{}},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"'":{"docs":{},")":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"=":{"docs":{},"=":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"\"":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"\"":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"]":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}},"の":{"docs":{},"{":{"0":{"docs":{},"}":{"docs":{},"に":{"docs":{},"同":{"docs":{},"意":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.000945179584120983}}}}}}}}}}}},"docs":{}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.014177693761814745}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"?":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"+":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"length":1983},"corpusTokens":["!!!!","!!!!'","!!'))","!==","\"en\":","\"hello","\"hello\":","\"internal1\":","\"ja\":","\"key1\":","\"lang","\"message1\":","\"nested\":","\"thi","\"こんにちは、世界!\"","$","$100.00","$d","$d(new","$d.","$i18n","$lang","$n","$n(100,","$n.","$t","$t(\"message.greeting\")","$t(\"message.hello\")","$t('change')","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('hello')","$t('hello',","$t('key1')","$t('message')","$t('message.hello',","$t('message.linked')","$t('nested.message1')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","$t.","$tc","$tc('apple',","$tc('car',","$tc.","$te","'%{msg}","''","'./ja'],","'/change',","'/refund',","'/term'","'@/lang'","'@:message.dio","'@kazupon/vu","'accept':","'app',","'application/json'","'application/json',","'axios'","'babel","'car","'chang","'content","'css","'currency')","'currency',","'dio:',","'en","'en'","'en',","'get',","'good","'hello","'hello'","'hello'})","'hi","'hi!'","'how","'i","'ja","'ja'","'ja')","'ja').","'ja',","'jpy',","'kazupon'","'kazupon',","'load","'long',","'no","'numeric'","'numeric',","'p',","'refund","'short')","'short',","'someth","'symbol'","'term","'the","'title1'","'usd'","'vue","'vue'","'yaml","'you","'zh'","'{0}","'{msg}","'おはようございます'","'こんにちは、component1'","'こんにちは、{name}!'","'こんにちは、世界'","'こんにちは、世界',","'こんにちは!'","'やあ!'","'利用規約',","'私は","(","(!loadedlanguages.includes(lang))","()","(7.2+)","(beta)","(compon","(e.g.","(ecma","(err)","(err,","(for","(global)","(https://github.com/kazupon/vu","(i18n.local","(in","(includ","(instead","(lang)","(locale,","(message,","(module.hot)","(npm","(object.keys(json).length","(options)","(val)",")","*/","*/),","+","...","...'","...values)","...},","...}]`",".rule('vue')",".tap(opt",".use('vu",".vue","/","//","//i18n","/\\.vue$/,","/bower_components/,","/src/builder/webpack","0","0)","1","1\"","1)","10","10,","15","15,","19,","2)","2.0.0+","2017","2017年4月19日(水)","3.0","30","402","402).","5.x","6.1+","7.0+","7.2+","7.3+",":","=","===","=>",">","?","@:","@:message.the_world","@kazupon/vu","@param","@return","[","['en']","['hello'])","['kazupon'])","['resolv","[choice],","[key:","[key],","[locale]","[locale],","[request]\"","[values]","]","`","`$t`","`$t`,","`$tc`","`$tc`.","`,","`@/lang/${lang}`).then(msg","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`vue","`{","abov","above,","accept","actual","add","additionally:","advanc","agreement","agreement'","allow","alreadi","also,","also:","alway","annot","anoth","api","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","app.load","appearance.","appl","apple:","apples'","applic","application.","apr","arbitrari","args:","argument,","arguments:","array","array}","assigned,","assum","asynchron","attribut","attribute,","attribute.","automatically:","avail","available:","avoid","axio","axios.defaults.headers.common['accept","back","base","basic","beforeeach","bellow","below","below.","below:","better","block","block.","blocks.","bnf","boolean","browser","build","build.","built","cach","call","car","car:","cars',","case","catch","cb(error)","cb(null,","cb)","cd","cdn","chainwebpack:","chang","change:","changelimit","changelimit:","changeurl:","check","children","choice:","class","class,","cli","cli),","click","clone","code","common","compat","compil","complex.","compon","component,","component.","component1","component1'","components,","components:","compos","comput","computed:","con","concret","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","cons:","consist","console.error(err)","const","constructor","constructor.","constructor:","content","content.","conveni","cool","copi","costs.","count","count,","count:","creat","createrender","css:","cumbersome,","currency,","currency:","currencydisplay:","custom","customformatt","customformatter(),","customformatter(/*","d","d(","d)","danger","data","data:","date(),","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","day:","deepmerg","deepmerge!","default","default:","defin","definit","defnition,","departure.","departure.',","depen","depend","design.","detail","details:","dev","dio:","direct","directive,","directive.","directli","directori","dist","docs?","document","document.queryselector('html').setattribute('lang',","documentation.","doesn't","don't","done","download","due","dynam","dynamically,","e.g.","each","easi","easili","ecma","ecmascript","element","element.","empti","en","en)","en.greet","en.j","en:","environmens,","error","error('local","errors:","es2015","esmodule:","etc)","etc),","everytim","exampl","example,","example.","example:","examples:","exclude:","execut","exist","exists.","expects:","explicitli","export","extend","extens","extentions.","extractcss:","fail","fails.","fall","fallback","fallback:","fallbacklang","fallbacklocal","fallbacklocale:","fallbackroot","fals","false,","featur","feature.","fetch('/locales/'","file","files.","finish.","first","flexibl","flight","flight',","flowtyp","folder","follow","following,","following:","forget","format","format,","format.","format:","formats.","formatt","formatted)","formatter:","formatting,","formatting.","formatting:","forward.","found","from,","fromatt","full","function","function,","function.","gener","general,","get","getdatetimeformat","getlocalemessage(","getnumberformat","git","github","global","greeting:","guid","guide.","hander","handl","handler","headers:","hello","hello:","help","here","here.","hi","hide","hook.","hope","hot","hour12:","hour:","html","html=\"$t('term')\".","https://github.com/kazupon/vu","https://unpkg.com/vu","i(","i18n","i18n'","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.git","i18n.j","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","i18n.setlocalemessage(lang,","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n/dist/vu","i18n:","i18n@7.4.2/dist/vu","i18nformatt","i18nopt","ia8n","icu","implement","implementaion","import","import(/*","improv","includ","index","indic","info","info.","info:","init","inits,","inject","insert","insid","instal","instanc","instance,","instance.","interfac","interface.","intern","internation","interpl","interpol","interpolc","interpolcation)","interpolcation.","intl.datetimeformat","intl.numberformat","intlavail","introduct","it'","it.","it.j","itself","ja","ja)","ja.greet","ja:","javascript","javascript:","jp')","jp':","js:","json","kazupon","kazupon!","keep","key","key,","key.","key:","keypath","lang","lang)","languag","language']","languages.","laravel","later.","latest","lazi","lead","learn","less:","let","level","link","linked:","links.","list","load","loadedlanguag","loadedlanguages.push(lang)","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","loading:","loadlanguageasync","loadlanguageasync(lang).then(()","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale,messages,","locale.","locale:","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","localization,","localization.","logic","long,","long:","look","make","manag","manual","mayb","merg","merge(options,","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message\"","message\",","message)","message,","message.","message1","message1\"","message1\",","message:","messages,","messages.","messages:","messg","method","method.","method:","methods:","migrat","minut","minute:","miss","missing,","missing.","missing:","missinghandl","mix","mix.webpackconfig({","mix@1.5.1","modifi","modul","module.","module.export","module.hot.accept(['./en',","module:","month:","more","morning'","msg:","msgs.default)","multipl","mustash","n(","name","name:","namespac","need","needed.","nest","never","new","next","next())","next)","nicknam","node_modules/vu","normal","not,","note","note:","now","npm","npm.","null","number","numberformat","numberformat:","numberformatresult","object","object,","object:","object}","object}:","occur","occures,","offici","omitted.","on","onc","once.","optimizations.","option","option):","option,","option.","optional,","options,","options:","order","orient","otherwis","otherwise,","ouput","ouput:","output","output:","outputs:","overkil","params:","pass","path","path:","path]:","paths.","perform","pipe","place","plugin","plural","pluralization.","point","possibl","postcss:","postloaders:","pre","preferenti","prefix","prelaod","preloaders:","pro","probabl","project","project.","promis","promise.reject(new","promise.resolve(json)","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","prop","prop.","properti","property:","props:","provid","rail","re","read","read/writ","readi","realiz","realli","recommend","refer","refund","refund:","refundlimit:","refundurl:","regardless","regist","reject","releas","reload","remov","render","rendering,","replac","requir","require('./en').default)","require('./ja').default)","require('deepmerge')","required,","required:","res.json()","reside.","return","return:","return::","root","rout","router","router.beforeeach((to,","rubi","rule","rules.j","rules:","run","run!","same","sampl","sass:","save","script","scss:","second","section","see","sensit","separately,","separator,","separator.","server","servic","service',","service.","set","set.","setdatetimeformat","seti18nlanguag","seti18nlanguage(lang)","setlocalemessage(","setnumberformat","setup","setup,","setup.j","short","short,","short:","side","sign","silenttranslationwarn","similar","singl","so,","someth","sometimes,","space","span","special","specif","specifi","specify.","src","start","started!","static","still","stop","store","straight","string","string'","string']","string,","string.","string;","string}","structur","structure,","style","style:","stylus:","support","suppress","supress","sure","sync","sync:","synchron","syntax","syntax')","syntax).","syntax,","syntax.","syntax:","system","system,","t","t(","tag","tag:","tags.","target","tc(","te(","templat","template:","templates:","term","term1:","term2:","term:","test:","text","text:","textcont","that,","the_world:","there!","there!'","there'","therefor","this.$i18n.local","ticket","ticket'","title:","to.","to.params.lang","too.","tos:","track","transition.","translat","translateresult","tri","true","true,","trust","type","type':","type:","unnecessary.","unpkg.com","until","updat","url","url:","us","us'","us',","us':","usag","usage,","usage:","use:","user","v","v5.x","v6.0","val","valu","value,","value.","value:","values)","values,","values.","values:","veri","version","version.","version/tag","via","vm)","vnode","vnode):","vnode{","vs","vue","vue({","vue.config.j","vue.j","vue.local","vue.t","vue.tc","vue.use():","vue.use(vuei18n)","vue.use(vuei18n).","vueextractplugin.extract({","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","vulner","vulnerabilities.","wait","want","warn","warned,","warned.","warnings.","watch","watch:","way,","webpack","webpack.","webpack.mix.j","webpackchunkname:","websit","weekday:","whether","white","work","world","world!\"","world'","world',","would.","xss","xxx","xxx\\'s',","yaml","yarn","year:","you?","you?',","yourself","{","{'0':","{0}'","{0}.'","{action}","{array","{array}","{boolean}","{count}","{datetimeformat}","{limit}","{local","{localemessageobject}","{locale}","{locale}:","{name}!'","{name}'","{number","{numberformat}","{number}","{object","{path","{path}","{path}:","{string","{string}","{string}:","{{","{{}}","{}","|","}","})","}),","}).$mount('#app')","}).$mount('#object","}).$mount('#str","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","});","},","};","}`","}}","}}{{","おはよう、世界!","こんにちは、component1","こんにちは、kazupon!","こんにちは、世界","の{0}に同意します。'","午前2:19","¥100"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"vue-i18n documentation for v5.x\nInternationalization plugin of Vue.js\n\nInstallation\nGetting Started\nFormatting\nPluralization\nLocale and Keypath Syntax\nLinked Translation\nFallback Translation\nComponent Locale\nDynamic Locale\nHot reload\nAPI References\n\n"},"installation.html":{"url":"installation.html","title":"Installation","keywords":"","body":"Installation\nCompatibility Note\n\nVue.js 2.0.0+\n\nDirect Download / CDN\nhttps://unpkg.com/vue-i18n/dist/vue-i18n\nunpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.4.2/dist/vue-i18n.js\nInclude vue-i18n after Vue and it will install itself automatically:\n\n\n\nNPM\n$ npm install vue-i18n\nYarn\n$ yarn add vue-i18n\nWhen using with a module system, you must explicitly install the vue-i18n via Vue.use():\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\n\nVue.use(VueI18n)\n\nYou don't need to do this when using global script tags.\nDev Build\nYou will have to clone directly from GitHub and build vue-i18n yourself if\nyou want to use the latest dev build.\n$ git clone https://github.com/kazupon/vue-i18n.git node_modules/vue-i18n\n$ cd node_modules/vue-i18n\n$ npm install\n$ npm run build\n"},"started.html":{"url":"started.html","title":"Getting started","keywords":"","body":"Getting started\n\nWe will be using ES2015 in the code samples in the guide.\n\nHTML\n\n\n\n\n {{ $t(\"message.hello\") }}\n\n\nJavaScript\n// If using a module system (e.g. via vue-cli), import Vue and VueI18n and then call Vue.use(VueI18n).\n// import Vue from 'vue'\n// import VueI18n from 'vue-i18n'\n//\n// Vue.use(VueI18n)\n\n// Ready translated locale messages\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界'\n }\n }\n}\n\n// Create VueI18n instance with options\nconst i18n = new VueI18n({\n locale: 'ja', // set locale\n messages, // set locale messages\n})\n\n\n// Create a Vue instance with `i18n` option\nnew Vue({ i18n }).$mount('#app')\n\n// Now the app has started!\n\nOutput the following:\n\n こんにちは、世界\n\n\n"},"formatting.html":{"url":"formatting.html","title":"Formatting","keywords":"","body":"Formatting\nHTML formatting\n\n NOTE: Dynamically localization arbitrary HTML on your website can be very dangerous because it can easily lead to XSS vulnerabilities. Only use HTML interpolation on trusted content and never on user-provided content. We recommended that use component interpolation feature.\n\nIn some cases you might want to rendered your translation as an HTML message and not a static string.\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n }\n}\n\nTemplate the below:\n\n\nOutput the below (instead of the message pre formatted)\nhello\n exists but is rendered as html and not a string-->\nworld\n\nNamed formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nList formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{0} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', ['hello']) }}\n\nOutput the below:\nhello world\n\nList formatting also accepts array-like object:\n{{ $t('message.hello', {'0': 'hello'}) }}\n\nOutput the below:\nhello world\n\nSupport ruby on rails i18n format\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '%{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nCustom formatting\nSometimes, you maybe need to translate with custom formatting (e.g. ICU message syntax).\nYou can realize with custom formatter that implement Formatter Interface.\nThe following custom formatter with ES2015 class syntax:\n// Custom Fromatter implementaion\nclass CustomFormatter {\n constructor (options) {\n // ...\n }\n\n //\n // interpolate\n //\n // @param {string} message\n // string of list or named format.\n // e.g.\n // - named formatting: 'Hi {name}'\n // - list formatting: 'Hi {0}'\n //\n // @param {Object | Array} values\n // values of `message` interpolcation.\n // passed values with `$t`, `$tc` and `i18n` functional component.\n // e.g. \n // - $t('hello', { name: 'kazupon' }) -> passed values: Object `{ name: 'kazupon' }` \n // - $t('hello', ['kazupon']) -> passed values: Array `['kazupon']`\n // - `i18n` functional component (component interpolcation)\n // \n // kazupon\n // how are you?\n // \n // -> passed values: Array (included VNode):\n // `[VNode{ tag: 'p', text: 'kazupon', ...}, VNode{ tag: 'p', text: 'how are you?', ...}]`\n //\n // @return {Array}\n // interpolated values. you need to return the following:\n // - array of string, when is using `$t` or `$tc`.\n // - array included VNode object, when is using `i18n` functional component.\n // \n interpolate (message, values) {\n // implement interpolcation logic here\n // ...\n\n // return the interpolated array\n return ['resolved message string']\n }\n}\n\n// register with `formatter` option\nconst i18n = new VueI18n({\n locale: 'en-US',\n formatter: new CustomFormatter(/* here the constructor options */),\n messages: {\n 'en-US': {\n // ...\n },\n // ...\n }\n})\n\n// Run!\nnew Vue({ i18n }).$mount('#app')\n\nYou can check the custom formatter official example.\n"},"pluralization.html":{"url":"pluralization.html","title":"Pluralization","keywords":"","body":"Pluralization\nYou can translate with pluralization. You must define the locale that have a pipe | separator, and define plurals in pipe separator.\nLocale messages the below:\nconst messages = {\n en: {\n car: 'car | cars',\n apple: 'no apples | one apple | {count} apples'\n }\n}\n\nTemplate the below:\n{{ $tc('car', 1) }}\n{{ $tc('car', 2) }}\n\n{{ $tc('apple', 0) }}\n{{ $tc('apple', 1) }}\n{{ $tc('apple', 10, { count: 10 }) }}\n\nOutput the below:\ncar\ncars\n\nno apples\none apple\n10 apples\n\n"},"datetime.html":{"url":"datetime.html","title":"DateTime localization","keywords":"","body":"DateTime localization\n\n 7.0+\n\nYou can localize the datetime with your definition formats.\nDateTime formats the below:\nconst dateTimeFormats = {\n 'en-US': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric'\n }\n },\n 'ja-JP': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric', hour12: true\n }\n }\n}\n\nAs the Above, You can define the datetime format with named (e.g. short, long, etc), and you need to use the options with ECMA-402 Intl.DateTimeFormat\nAfter that like the locale messages, You need to specify the dateTimeFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n dateTimeFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $d(new Date(), 'short') }}\n {{ $d(new Date(), 'long', 'ja-JP') }}\n\n\nOutput the below:\n\n Apr 19, 2017\n 2017年4月19日(水) 午前2:19\n\n\n"},"number.html":{"url":"number.html","title":"Number localization","keywords":"","body":"Number localization\n\n 7.0+\n\nYou can localize the number with your definition formats.\nNumber formats the below:\nconst numberFormats = {\n 'en-US': {\n currency: {\n style: 'currency', currency: 'USD'\n }\n },\n 'ja-JP': {\n currency: {\n style: 'currency', currency: 'JPY', currencyDisplay: 'symbol'\n }\n }\n}\n\nAs the Above, You can define the number format with named (e.g. currency, etc), and you need to use the options with ECMA-402 Intl.NumberFormat\nAfter that like the locale messages, You need to specify the numberFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n numberFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $n(100, 'currency') }}\n {{ $n(100, 'currency', 'ja-JP') }}\n\n\nOutput the below:\n\n $100.00\n ¥100\n\n\n"},"messages.html":{"url":"messages.html","title":"Locale messages syntax","keywords":"","body":"Locale messages syntax\nStructure\nLocale Messages syntax the below:\n// As Flowtype defnition, Locale Messages syntax like BNF annotation\ntype LocaleMessages = { [key: Locale]: LocaleMessageObject };\ntype LocaleMessageObject = { [key: Path]: LocaleMessage };\ntype LocaleMessageArray = LocaleMessage[];\ntype LocaleMessage = string | LocaleMessageObject | LocaleMessageArray;\ntype Locale = string;\ntype Path = string;\n\nBased on the above syntax, You can configure the following structure Locale Messages:\n{\n \"en\": { // 'en' Locale\n \"key1\": \"this is message1\", // basic\n \"nested\": { // nested\n \"message1\": \"this is nested message1\"\n },\n errors: [ // array\n \"this is 0 error code message\",\n { // object in array\n \"internal1\": \"this is internal 1 error message\"\n },\n [ // array in array\n \"this is nested array error 1\"\n ]\n ]\n },\n \"ja\": { // 'ja' Locale\n // ...\n }\n}\n\nIn the above Locale Messages structure, You can translate with using below key paths.\n\n \n {{ $t('key1') }}\n \n {{ $t('nested.message1') }}\n \n {{ $t('errors[0]') }}\n \n {{ $t('errors[1].internal1') }}\n \n {{ $t('errors[2][0]') }}\n\n\nOuput the following:\n\n \n this is message1\n \n this is nested message1\n \n this is 0 error code message\n \n this is internal 1 error message\n \n this is nested array error 1\n\n\nLinked locale messages\nIf there's a translation key that will always have the same concrete text as another one you can just link to it. To link to another translation key, all you have to do is to prefix its contents with an @: sign followed by the full name of the translation key including the namespace you want to link to.\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n the_world: 'the world',\n dio: 'DIO:',\n linked: '@:message.dio @:message.the_world !!!!'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.linked') }}\n\nOutput the below:\nDIO: the world !!!!\n\n"},"fallback.html":{"url":"fallback.html","title":"Fallback localization","keywords":"","body":"Fallback localization\nThe following locale messages that not exist message key in ja locale:\nconst messages = {\n en: {\n message: 'hello world'\n },\n ja: {\n }\n}\n\nWhen specify the fallbackLocale option to VueI18n constructor option, message key is localized with en locale key:\nconst i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n messages\n})\n\nTemplate the below:\n{{ $t('message') }}\n\nOutput the below:\nhello world\n\n"},"component.html":{"url":"component.html","title":"Component based localization","keywords":"","body":"Component based localization\nIn general, locale info (e.g. locale,messages, etc) is set as constructor option of VueI18n instance and it sets i18n option as root Vue instance. Therefore you can globally translate with using $t or $tc in the root Vue instance and any composed component. \nYou can also manage locale info for each component separately, which might be more convenient due to Vues component oriented design.\nComponent based localization example:\n// setup locale info for root Vue instance\nconst i18n = new VueI18n({\n locale: 'ja',\n messages: {\n en: {\n message: {\n hello: 'hello world',\n greeting: 'good morning'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界',\n greeting: 'おはようございます'\n }\n }\n }\n})\n\n// Define component\nconst Component1 = {\n template: `\n \n Component1 locale messages: {{ $t(\"message.hello\") }}\n Fallback global locale messages: {{ $t(\"message.greeting\") }}\n `,\n i18n: { // `i18n` option\n messages: {\n en: { message: { hello: 'hello component1' } },\n ja: { message: { hello: 'こんにちは、component1' } }\n }\n }\n}\n\nnew Vue({\n i18n,\n components: {\n Component1\n }\n}).$mount('#app')\n\nTemplate:\n\n {{ $t(\"message.hello\") }}\n \n\n\nOutputs the following:\n\n こんにちは、世界\n \n Component1 locale messages: こんにちは、component1\n Fallback global locale messages: おはよう、世界!\n \n\n\nAs in the example above, if the component doesn't have the locale message, it falls back to globally defined localization info. The component uses the language set in the root instance (in the above example: locale: 'ja'). \nIf you hope localize in the component locale, you can realize with sync: false and locale in i18n option.\n"},"directive.html":{"url":"directive.html","title":"Custom directive localization","keywords":"","body":"Custom directive localization\n\n 7.3+\n\nYou can translate not only with v-t custom directive, but also with $t method.\nString syntax\nYou can pass the keypath of locale messages with string syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi there!' },\n ja: { hello: 'こんにちは!' }\n }\n }),\n data: { path: 'hello' }\n}).$mount('#string-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n hi there!\n hi there!\n\n\nObject syntax\nYou can use object syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi {name}!' },\n ja: { hello: 'こんにちは、{name}!' }\n }\n }),\n computed: {\n nickName () { return 'kazupon' }\n },\n data: { path: 'hello' }\n}).$mount('#object-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n こんにちは、kazupon!\n hi kazupon!\n\n\n$t vs v-t\n$t\n$t is extended Vue instance method. It has the following pros and cons:\nPros\nYou can flexibly use mustash syntax {{}} in templates and also computed props and methods in Vue instance.\nCons\n$t is executed everytime when re-render occures, so it does have a translation costs.\nv-t\nv-t is a custom directive. It has the following pros and cons:\nPros\nv-t has better performance than the $t method due to its cache with the custom directive, when translated once. Also, pre-translation is possible with the Vue compiler module which was provided by vue-i18n-extentions. Therefore it's possible to make more performance optimizations.\nCons\nv-t can not be flexibly used like $t, it's rather complex. The translated content with v-t is inserted into the textContent of the element. Also, when you use server-side rendering, you need to set the custom directive to directives option of the createRenderer function.\n"},"interpolation.html":{"url":"interpolation.html","title":"Component interpolation","keywords":"","body":"Component interpolation\nBasic Usage\n\n 7.0+\n\nSometimes, we need to localize with locale message that was included HTML tag or component. For example:\nI accept xxx Terms of Service Agreement\n\nIn the above message, if you use with $t, probably you may try to compose the following locale messages:\nconst messages = {\n en: {\n term1: 'I Accept xxx\\'s',\n term2: 'Terms of Service Agreement'\n }\n}\n\nAnd in the following, you may try to implement in template:\n{{ $t('term1') }}{{ $t('term2') }}\n\noutput:\nI accept xxx Terms of Service Agreement\n\nThis is very cumbersome, and if you configure the tag in a locale message, there is a possibility XSS vulnerabilities due to localize with v-html=\"$t('term')\".\nYou can avoid it with using i18n functional component. For example:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nthe following ouput:\n\n \n \n I accept xxx Term of Service.\n \n \n\n\nAbout the above example, see the example\nThe children of i18n functional component is interpolated with locale message of path prop. In the above example, {{ $t('tos') }} is interplated with term locale message.\nIn above example, the component interpolation follows the list formatting. The children of i18n functional component are interpolated by their orders of appearance.\nAdvanced Usage\n\n 7.2+\n NOTE: In i18n component, text content consists of only white spaces will be omitted.\n\nNamed formatting is supported with the help of place attribute. For example:\n\n \n \n {{ changeLimit }}\n {{ $t('change') }}\n \n \n\n\nconst messages = {\n en: {\n info: 'You can {action} until {limit} minutes from departure.',\n change: 'change your flight',\n refund: 'refund the ticket'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n changeUrl: '/change',\n refundUrl: '/refund',\n changeLimit: 15,\n refundLimit: 30\n }\n}).$mount('#app')\n\nOutputs:\n\n \n \n You can change your flight until 15 minutes from departure.\n \n \n\n\n\n NOTE: To use named formatting, all children of i18n component must have place attribute set. Otherwise it will fallback to list formatting.\n\nIf you still want to interpolate text content in named formatting, you could define places property on i18n component. For example:\n\n \n \n {{ $t('refund') }}\n \n \n\n\nOutputs:\n\n \n \n You can refund your ticket until 30 minutes from departure.\n \n \n\n\n"},"sfc.html":{"url":"sfc.html","title":"Single file components","keywords":"","body":"Single file components\nBasic Usage\nIf you are building Vue component or Vue application with using single file components, you can manage the locale messages i18n custom block.\nThe following in single file components example:\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\n\n \n locale\n \n en\n ja\n \n message: {{ $t('hello') }}\n \n\n\n\nexport default {\n name: 'app',\n data () { return { locale: 'en' } },\n watch: {\n locale (val) {\n this.$i18n.locale = val\n }\n }\n}\n\n\nInstalling vue-i18n-loader\nYou need to install vue-loader and vue-i18n-loader due to use custom blocks. While vue-loader most likely is already used in your project if you are working with single file components, you must install vue-i18n-loader additionally:\n$ npm i --save-dev @kazupon/vue-i18n-loader\nWebpack\nFor Webpack the configuration below is required:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n loaders: {\n // you need to specify `i18n` loaders key with `vue-i18n-loader` (https://github.com/kazupon/vue-i18n-loader)\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nVue CLI 3.0 (beta)\nVue-cli 3.0 hides the webpack configuration, so, if we want to add support to the tag inside a single file component we need to modify the existing configuration.\nIn order to do that we have to create a vue.config.js at the root of our project. Once done that, we have to include the following:\nconst merge = require('deepmerge')\n\nmodule.exports = {\n chainWebpack: config => {\n config.module\n .rule('vue')\n .use('vue-loader')\n .tap(options =>\n merge(options, {\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n })\n )\n }\n}\n\nDon't forget to install deepmerge! (npm i deepmerge -D or yarn add deepmerge -D)\nIf you want to read more about modifying the existing configuration click here.\nLaravel-Mix\nLaravel mix has its own rules for .vue files. To add the vue-i18n-loader, add the following to webpack.mix.js\nmix.webpackConfig({\n // ...\n module: {\n rules: [\n {\n // Rules are copied from laravel-mix@1.5.1 /src/builder/webpack-rules.js and manually merged with the ia8n-loader. Make sure to update the rules to the latest found in webpack-rules.js\n test: /\\.vue$/,\n loader: 'vue-loader',\n exclude: /bower_components/,\n options: {\n // extractCSS: Config.extractVueStyles,\n loaders: Config.extractVueStyles ? {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n scss: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader',\n fallback: 'vue-style-loader'\n }),\n\n sass: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader?indentedSyntax',\n fallback: 'vue-style-loader'\n }),\n\n css: vueExtractPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n }),\n\n stylus: vueExtractPlugin.extract({\n use: 'css-loader!stylus-loader?paths[]=node_modules',\n fallback: 'vue-style-loader'\n }),\n\n less: vueExtractPlugin.extract({\n use: 'css-loader!less-loader',\n fallback: 'vue-style-loader'\n }),\n\n i18n: '@kazupon/vue-i18n-loader',\n } : {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n i18n: '@kazupon/vue-i18n-loader',\n },\n postcss: Config.postCss,\n preLoaders: Config.vue.preLoaders,\n postLoaders: Config.vue.postLoaders,\n esModule: Config.vue.esModule\n }\n },\n // ...\n ]\n },\n // ...\n});\n\nYAML loading\ni18n custom blocks need to specify JSON format, also you can use YAML format by using pre-loader feature of vue-loader.\nthe i18n custom blocks below of YAML format:\n\nen:\n hello: \"hello world!\"\nja:\n hello: \"こんにちは、世界!\"\n\n\nWebpack conf the below:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n preLoaders: {\n i18n: 'yaml-loader'\n },\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nMultiple custom blocks\nyou can be used the locale messages with multiple i18n custom block.\n\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\nIn the above, first custom block load the common locale message with src attribute, second custom block load the locale messge that defined only at single file component. These locale messages will be merged as locale message of component.\nIn this way, multiple custom blocks useful when want to be used as module.\n"},"hot-reload.html":{"url":"hot-reload.html","title":"Hot reloading","keywords":"","body":"Hot reloading\nYou can watch for changes in localization files and hot reload changes into your application.\n// Something locale messages\nconst messages = {\n // ...\n}\n\n// VueI18n instance\nconst i18n = new Vuei18n({\n locale: 'en',\n messages\n})\n\n// Run app\nconst app = new Vue({\n i18n,\n // ...\n}).$mount('#app')\n\n// Hot updates\nif (module.hot) {\n module.hot.accept(['./en', './ja'], function () {\n i18n.setLocaleMessage('en', require('./en').default)\n i18n.setLocaleMessage('ja', require('./ja').default)\n // Or the following hot updates via $i18n property\n // app.$i18n.setLocaleMessage('en', require('./en').default)\n // app.$i18n.setLocaleMessage('ja', require('./ja').default)\n })\n}\n\n"},"lazy-loading.html":{"url":"lazy-loading.html","title":"Lazy loading","keywords":"","body":"Lazy loading translations\nLoading all of your translation files at once is overkill and unnecessary. Lazy loading or asynchronously loading the translation files is really easy when using Webpack.\nLets assume we have a project directory similar to the one bellow\nour-cool-project\n-dist\n-src\n--routes\n--store\n--setup\n---i18n-setup.js\n--lang\n---en.js\n---it.js\nThe lang folder is where all of our translation files will reside. \nThe setup folder is where our arbitrary setup files like the i18n-setup, global component inits, plugin inits and other reside.\n//i18n-setup.js\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\nimport messages from '@/lang'\nimport axios from 'axios'\n\nVue.use(VueI18n)\n\nexport const i18n = new VueI18n({\n locale: 'en', // set locale\n fallbackLocale: 'en',\n messages // set locale messages\n})\n\nconst loadedLanguages = ['en'] // our default language that is prelaoded \n\nfunction setI18nLanguage (lang) {\n i18n.locale = lang\n axios.defaults.headers.common['Accept-Language'] = lang\n document.querySelector('html').setAttribute('lang', lang)\n return lang\n}\n\nexport function loadLanguageAsync (lang) {\n if (i18n.locale !== lang) {\n if (!loadedLanguages.includes(lang)) {\n return import(/* webpackChunkName: \"lang-[request]\" */ `@/lang/${lang}`).then(msgs => {\n i18n.setLocaleMessage(lang, msgs.default)\n loadedLanguages.push(lang)\n return setI18nLanguage(lang)\n })\n } \n return Promise.resolve(setI18nLanguage(lang))\n }\n return Promise.resolve(lang)\n}\n\nIn short we are creating a new VueI18n instance as we normally would. Then we are creating a loadedLanguages array that will keep track of our loaded languages.\nNext is the setI18nLanguage function that will actually change the language in our vueI18n instance, axios and where ever else is needed.\nThe loadLanguageAsync function is what we will actually use to change the languages. Loading the new files is done via the import function, which is generously provided by Webpack and it allows us to load files dynamically, and because it uses promises we can easily wait for the loading to finish.\nYou can learn more about the import function in the Webpack documentation.\nUsing the loadLanguageAsync function is straight forward. A common use case is inside a vue-router beforeEach hook.\nrouter.beforeEach((to, from, next) => {\n const lang = to.params.lang\n loadLanguageAsync(lang).then(() => next())\n})\n\nWe could improve this by checking if the lang is actually supported by us or not, call reject so we can catch that in the beforeEach stopping the route transition.\n"},"migrations.html":{"url":"migrations.html","title":"Migrations","keywords":"","body":"Migrations\nGlobal config\nlang replaced\nUse VueI18n class constructor locale option, or VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nfallbackLang replaced\nUse VueI18n class constructor fallbackLocale option, or VueI18n#fallbackLocale property:\n const i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change fallback locale\n i18n.fallbackLocale = 'zh'\n // or\n app.$i18n.fallbackLocale = 'zh'\n\nmissingHandler replaced\nUse VueI18n class constructor missing option, or VueI18n#missing property:\n const i18n = new VueI18n({\n // ...\n missing: (locale, key, vm) => {\n // handle translation missing\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change missing handler\n i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n // or\n app.$i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n\ni18nFormatter replaced\nUse VueI18n class constructor formatter option, or VueI18n#formatter property:\n class CustomFormatter {\n format (message, ...values) {\n // something render logic\n return 'something string'\n }\n }\n\n const i18n = new VueI18n({\n // ...\n formatter: new CustomFormatter(),\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change custom formatter\n i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n // or\n app.$i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n\nGlobal methods\nVue.locale replaced\nUse VueI18n class constructor messages option, or VueI18n#GetLocaleMessage / VueI18n#setLocaleMessage methods:\n const i18n = new VueI18n({\n // ...\n messages: {\n en: {\n hello: 'hello world',\n // ...\n },\n ja: {\n hello: 'こんにちは、世界',\n // ...\n }\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // get locale message\n const en = i18n.getLocaleMessage('en')\n en.greeting = 'hi!'\n // set locale message\n i18n.setLocaleMessage('en', en)\n // or\n const ja = app.$i18n.getLocaleMessage('ja')\n ja.greeting = 'やあ!'\n app.$i18n.setLocaleMessage('ja', ja)\n\nVue.t replaced\nUse VueI18n#t method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n i18n.t('greeting', { name: 'kazupon' }) // -> hi kazupon\n\nVue.tc replaced\nUse VueI18n#tc method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n apple: 'no apples | one apple | {count} apples'\n }\n },\n // ...\n })\n\n const count = 10\n i18n.tc('apple', count, { count }) // -> 10 apples\n\nVue.te replaced\nUse VueI18n#te method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n hello: 'hello world'\n }\n },\n // ...\n })\n\n i18n.te('hello') // -> true\n i18n.te('hallo', 'ja') // -> false\n i18n.te('hello') // -> true\n\nConstructor options\nlocales replaced\nUse messages of VueI18n class constructor option, or messages of i18n option (for Component option):\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n // for Component\n const Component1 = {\n i18n: {\n messages: {\n en: {\n title: 'Title1'\n }\n }\n }\n }\n\nInstance properties\n$lang replaced\nUse VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nFeatures\nDynamic locale removed\nIf you need to dynamic set locale messages, you should implement the below:\n const i18n = new VueI18n({ locale: 'en' })\n const app = new Vue({\n i18n,\n data: { loading: '' }\n }).$mount('#app')\n\n function loadLocaleMessage (locale, cb) {\n return fetch('/locales/' + locale, {\n method: 'get',\n headers: {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }\n }).then((res) => {\n return res.json()\n }).then((json) => {\n if (Object.keys(json).length === 0) {\n return Promise.reject(new Error('locale empty !!'))\n } else {\n return Promise.resolve(json)\n }\n }).then((message) => {\n cb(null, message)\n }).catch((error) => {\n cb(error)\n })\n }\n\n app.loading = 'loading ...'\n loadLocaleMessage('en', (err, message) => {\n if (err) {\n app.loading = ''\n console.error(err)\n return\n }\n i18n.setLocaleMessage('en', message)\n app.loading = ''\n })\n\n"},"api.html":{"url":"api.html","title":"API references","keywords":"","body":"API references\nExtension of Vue\nVue constructor options\ni18n\n\nType: I18nOptions\nComponent based localization option. \n\nSee also: VueI18n class constructor options\n\n\nVue injected methods\n$t\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you specified key of list / named formatting local messages, you must specify values too. For values more details see Formatting.\n\n\n$tc\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{Locale} locale: optional\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key with pluralization. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you will specify string value to values, localize the locale messages of value. If you will specify Array or Object value to values, you must specify with values of $t.\n\n\n$te\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key exists. In Vue instance, If not specified component locale messages, check with global locale messages. If you specified locale, check the locale messages of locale.\n\n\n$d\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nLocalize the datetime of value with datetime format of key. The datetime format of key need to register to dateTimeFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, Localized in preferentially it than locale option of VueI18n constructor.\nIf the datetime format of key not exist in dateTimeFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\n$n\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: NumberFormatResult\nLocalize the number of value with number format of key. The number format of key need to register to numberFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, Localized in preferentially it than locale option of VueI18n constructor.\nIf the number format of key not exist in numberFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\nInjected properties\n$i18n\n\nType: I18n\n\nRead only\nGet a VueI18n instance. If you are specify.\nIf you have specified an i18n option at component options, you will be able to get a VueI18n instance at the component, Otherwise, you will be able get root VueI18n instance.\n\n\nVueI18n class\nVuei18n class implement I18n interface of flowtype definitions\nStatic properties\nversion\n\nType: string\nvue-i18n version.\n\n\navailabilities\n\n 7.0+\n\n\nType: IntlAvailability\nWhether the following internationalization features are available:\n\n{boolean} dateTimeFormat: locale sensitive datetime formatting\n\n{boolean} numberFormat: locale sensitive number formatting\nThe above internationalization features are depends on the browser environmens, due to implement with ECMAScript Internationalization API (ECMA-402).\n\n\nConstructor options\nYou can specify the below some options of I18nOptions constructor options of flowtype definitions\nlocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nDefault: {}\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nDefault: {}\nThe datetime formats of localization.\n\nSee also: DateTimeFormats type of flowtype definitions\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nDefault: {}\nThe number formats of localization.\n\nSee also: NumberFormats type of flowtype definitions\n\n\nformatter\n\nType: Formatter\n\nDefault: Built in formatter\nThe formatter that implemented with Formatter interface.\n\n\nmissing\n\nType: MissingHandler\n\nDefault: null\nA hander for localization missing. The handler gets called with the localization target locale, localization path key and the Vue instance.\nIf missing hander is assigned, and occured localization missing, it's not warned.\n\n\nfallbackRoot\n\nType: Boolean\n\nDefault: true\nIn the component localization, whether to fall back to root level (global) localization when localization fails.\nIf false, it's warned, and is returned the key.\n\n\nsync\n\nType: Boolean\n\nDefault: true\nWhether synchronize the root level locale to the component localization locale.\nIf false, regardless of the root level locale, localize for each component locale.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: Boolean\n\nDefault: false\nWhether suppress warnings outputted when localization fails.\nIf true, supress localization fail warnings.\n\n\nProperties\nlocale\n\nType: Locale\n\nRead/Write\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nRead/Write\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nRead only\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nRead only\nThe datetime formats of localization.\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nRead only\nThe number formats of localization.\n\n\nmissing\n\nType: MissingHandler\n\nRead/Write\nA hander for localization missing.\n\n\nformatter\n\nType: Formatter\n\nRead/Write\nThe formatter that implemented with Formatter interface.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: boolean\n\nRead/Write\nWhether suppress warnings outputted when localization fails.\n\n\nMethods\ngetLocaleMessage( locale )\n\nArguments:\n\n{Locale} locale\n\n\nReturn: LocaleMessageObject\nGet the locale message of locale.\n\n\nsetLocaleMessage( locale, message )\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nSet the locale message of locale.\n\n\nmergeLocaleMessage( locale, message )\n\n6.1+\n\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nMerge the registered locale messages with the locale message of locale.\n\n\nt( key, [locale], [values] )\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn:: TranslateResult\nThis is the same as the Function returned with $t method. More detail see $t.\n\n\ni( key, [locale], [values] )\n\n 7.0+\n\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array} values: optional\n\n\nReturn:: TranslateResult\n\n\ntc( key, [choice], [values] )\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nThis is the same as the Function returned $tc method. More detail see $tc.\n\n\nte( key, [locale] )\n\nArguments:\n\n{string} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key path exists in global locale message. If you specified locale, check the locale message of locale.\n\n\ngetDateTimeFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: DateTimeFormat\nGet the datetime format of locale.\n\n\nsetDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nSet the datetime format of locale.\n\n\nmergeDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nMerge the registered datetime formats with the datetime format of locale.\n\n\nd( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nThis is the same as $d method of Vue instance method. More detail see $d.\n\n\ngetNumberFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: NumberFormat\nGet the number format of locale.\n\n\nsetNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nSet the number format of locale.\n\n\nmergeNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nMerge the registered number formats with the number format of locale.\n\n\nn( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: NumberFormatResult\nThis is the same as $n method of Vue instance method. More detail see $n.\n\n\nDirectives\n\n 7.3+\n\nv-t\n\nExpects: string | Object\n\nDetails:\nUpdate the element textContent that localized with locale messages. You can use string syntax or object syntax. string syntax can be specified as a keypath of locale messages.\nIf you can be used object syntax, you need to specify as the object key the following params:\n\npath: required, key of locale messages\nlocale: optional, locale\nargs: optional, for list or named formatting\n\n\nExamples:\n \n\n\n \n\n\n\n\n\n\n\n\n\nSee also: Custom directive localization\n\n\nComponents\ni18n functional component\n\n 7.0+\n\nProps:\n\npath {Path}: required, keypath of locale messages\nlocale {Locale}: optional, locale\ntag {string}: optional, default span\nplaces {Array | Object}: optional (7.2+)\n\nUsage:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nSee also:\nComponent interpolation\nSpecial Attributes\nplace\n\n 7.2+\n\nExpects: {number | string}\nUsed on component interpolation to indicate which index of list formatting or key of named formatting.\nFor detailed usage, see the guide section linked below.\nSee also:\nComponent interpolation\n"}}}
\ No newline at end of file
+{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["api","compon","document","dynam","fallback","format","get","hot","i18n","instal","internation","introduct","keypath","link","local","plugin","plural","refer","reload","start","syntax","translat","v5.x","vue","vue.j"],"installation.html":["$","'vue","'vue'","/","2.0.0+","abov","add","alway","automatically:","base","build","build.","cd","cdn","clone","compat","dev","direct","directli","don't","download","explicitli","git","github","global","https://github.com/kazupon/vu","https://unpkg.com/vu","i18n","i18n'","i18n.git","i18n.j","i18n/dist/vu","i18n@7.5.0/dist/vu","import","includ","instal","itself","latest","link","links.","modul","need","node_modules/vu","note","npm","npm.","point","provid","releas","run","script","specif","system,","tags.","unpkg.com","url","us","version/tag","via","vue","vue.j","vue.use():","vue.use(vuei18n)","vuei18n","want","yarn","yourself"],"started.html":["$t(\"message.hello\")","'hello","'ja',","'vue","'vue'","'こんにちは、世界'","(e.g.","//","=","`i18n`","app","call","cli),","code","const","creat","en:","es2015","following:","get","guide.","hello:","html","i18n","i18n'","import","instanc","ja:","javascript","local","locale:","messag","message:","messages,","modul","new","now","option","output","readi","sampl","set","start","started!","system","translat","us","via","vue","vue({","vue.use(vuei18n)","vue.use(vuei18n).","vuei18n","vuei18n({","world'","{","{{","}","})","}).$mount('#app')","},","}}","こんにちは、世界"],"formatting.html":["$t('hello',","$t('message.hello',","'%{msg}","'en","'hello","'hello'","'hello'})","'hi","'how","'kazupon'","'kazupon',","'p',","'{0}","'{msg}","(compon","(e.g.","(includ","(instead","(message,","(options)","*/),","...","...},","...}]`","//","=",">","@param","@return","['hello'])","['kazupon'])","['resolv","`$t`","`$t`,","`$tc`","`$tc`.","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`{","accept","arbitrari","array","array}","below","below:","case","check","class","compon","component.","const","constructor","content","content.","custom","customformatt","customformatter(/*","danger","dynam","e.g.","easili","en:","es2015","example.","exist","feature.","follow","following:","format","format.","formatt","formatted)","formatter:","formatting:","fromatt","function","hello","hello:","here","html","i18n","icu","implement","implementaion","includ","interface.","interpol","interpolc","interpolcation)","interpolcation.","kazupon","lead","list","local","locale:","logic","mayb","messag","message:","messages:","msg:","name","name:","need","never","new","note:","object","object,","object:","offici","option","output","pass","pre","provid","rail","realiz","recommend","regist","render","return","rubi","run!","sometimes,","static","string","string']","string,","string.","support","syntax).","syntax:","tag:","templat","text:","translat","trust","us","us',","us':","user","valu","values)","values.","values:","veri","vnode","vnode):","vnode{","vue({","vuei18n({","vulnerabilities.","want","websit","world","world'","xss","you?","you?',","{","{'0':","{0}'","{array}","{name}'","{object","{string}","{{","|","}","})","}).$mount('#app')","},","}`","}}"],"pluralization.html":["$tc('apple',","$tc('car',","'car","'no","0)","1)","10","10,","2)","=","appl","apple:","apples'","below:","car","car:","cars',","const","count:","defin","en:","local","messag","on","output","pipe","plural","pluralization.","separator,","separator.","templat","translat","{","{count}","{{","|","}","})","}}"],"datetime.html":["$d(new","'en","'ja","'long',","'numeric'","'numeric',","'short')","'short',","(e.g.","19,","2017","2017年4月19日(水)","402","7.0+","=","above,","apr","below:","const","constructor:","date(),","datetim","datetimeformat","day:","defin","definit","ecma","etc),","format","formats.","hour12:","hour:","i18n","intl.datetimeformat","jp')","jp':","local","long,","long:","messages,","minute:","month:","name","need","new","option","output","short,","short:","specifi","templat","true","us","us':","vue({","vuei18n","vuei18n({","weekday:","year:","{","{{","}","})","}).$mount('#app')","},","}}","午前2:19"],"number.html":["$100.00","$n(100,","'currency')","'currency',","'en","'ja","'jpy',","'symbol'","'usd'","(e.g.","402","7.0+","=","above,","below:","const","constructor:","currency,","currency:","currencydisplay:","defin","definit","ecma","etc),","format","formats.","i18n","intl.numberformat","jp')","jp':","local","messages,","name","need","new","number","numberformat","option","output","specifi","style:","templat","us","us':","vue({","vuei18n","vuei18n({","{","{{","}","})","}).$mount('#app')","},","}}","¥100"],"messages.html":["!!!!","!!!!'","\"en\":","\"internal1\":","\"ja\":","\"key1\":","\"message1\":","\"nested\":","\"thi","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('key1')","$t('message.linked')","$t('nested.message1')","'@:message.dio","'dio:',","'en'","'ja'","'the","...","//","0","1","1\"","=","@:","@:message.the_world","[","[key:","]","abov","alway","annot","anoth","array","base","basic","below","below:","bnf","code","concret","configur","const","content","defnition,","dio:","en:","error","errors:","flowtyp","follow","following:","full","includ","intern","it.","key","key,","link","linked:","local","locale]:","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","messag","message\"","message\",","message1","message1\"","message1\",","message:","messages:","name","namespac","nest","object","on","ouput","output","path","path]:","paths.","prefix","same","sign","string","string;","structur","structure,","syntax","syntax,","templat","text","the_world:","there'","to.","translat","type","us","want","world","world',","{","{{","|","}","},","};","}}"],"fallback.html":["$t('message')","'en',","'hello","'ja',","=","below:","const","constructor","en","en:","exist","fallback","fallbacklocal","fallbacklocale:","follow","hello","i18n","ja","ja:","key","key:","local","locale:","messag","message:","new","option","option,","output","specifi","templat","vuei18n","vuei18n({","world","world'","{","{{","}","})","},","}}"],"component.html":["$t","$t(\"message.greeting\")","$t(\"message.hello\")","$tc","'good","'hello","'ja').","'ja',","'おはようございます'","'こんにちは、component1'","'こんにちは、世界',","(e.g.","(in","//","=","`","`,","`i18n`","abov","above,","back","base","compon","component.","component1","component1'","components:","compos","const","constructor","conveni","defin","design.","doesn't","due","each","en:","etc)","exampl","example:","fall","fallback","fals","following:","general,","global","greeting:","hello:","hope","i18n","i18n,","i18n:","info","info.","instanc","instance.","ja:","languag","local","locale,","locale,messages,","locale:","manag","message,","message:","messages:","more","morning'","new","option","option.","orient","output","realiz","root","separately,","set","setup","sync:","template:","therefor","translat","us","vue","vue({","vuei18n","vuei18n({","world',","{","{{","}","})","}).$mount('#app')","},","}}","おはよう、世界!","こんにちは、component1","こんにちは、世界"],"directive.html":["$t","$t,","'en',","'hello'","'hi","'kazupon'","'こんにちは、{name}!'","'こんにちは!'","()","7.3+","also,","better","cach","compil","complex.","comput","computed:","con","cons:","content","costs.","createrender","custom","data:","direct","directive,","directive.","due","element.","en:","everytim","execut","extend","extensions.","flexibl","follow","function.","hello:","hi","i18n","i18n:","insert","instanc","instance.","it'","ja:","javascript:","kazupon!","keypath","local","locale:","make","messag","messages:","method","method.","modul","more","mustash","need","new","nicknam","object","occures,","once.","optimizations.","option","outputs:","pass","path:","perform","possibl","pre","pro","prop","provid","re","render","rendering,","return","server","set","side","string","syntax","syntax')","syntax.","t","templat","templates:","textcont","there!","there!'","therefor","translat","us","v","vs","vue","vue({","vuei18n({","{","{name}!'","{{}}","}","}),","}).$mount('#object","}).$mount('#str","},","こんにちは、kazupon!"],"interpolation.html":["$t('change')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","'/change',","'/refund',","'/term'","'chang","'en',","'i","'refund","'term","'you","'利用規約',","'私は","15","15,","30","7.0+","7.2+","=","abov","accept","advanc","agreement","agreement'","appearance.","attribut","attribute.","avoid","basic","chang","change:","changelimit","changelimit:","changeurl:","children","compon","component,","component.","compos","configur","consist","const","content","cumbersome,","data:","defin","departure.","departure.',","due","en:","exampl","example,","example:","fallback","flight","flight',","follow","following,","format","formatting,","formatting.","function","help","html","html=\"$t('term')\".","i18n","i18n,","implement","includ","info:","interpl","interpol","ja:","list","local","locale:","messag","message,","message.","messages:","minut","name","need","new","note:","omitted.","order","otherwis","ouput:","output:","outputs:","path","place","possibl","probabl","prop.","properti","refund","refund:","refundlimit:","refundurl:","see","servic","service',","service.","set.","sometimes,","space","still","support","tag","template:","term","term1:","term2:","term:","text","ticket","ticket'","tos:","tri","until","url:","us","usag","v","veri","vue({","vuei18n({","vulner","want","white","xss","xxx","xxx\\'s',","{","{0}.'","{action}","{limit}","{{","}","})","}).$mount('#app')","},","}}","}}{{","の{0}に同意します。'"],"sfc.html":["\"en\":","\"hello","\"hello\":","\"ja\":","\"こんにちは、世界!\"","$","$t('hello')","'@kazupon/vu","'app',","'babel","'css","'en'","'vue","'yaml","()","(beta)","(https://github.com/kazupon/vu","(npm","(val)",")","...",".rule('vue')",".tap(opt",".use('vu",".vue","//","/\\.vue$/,","/bower_components/,","/src/builder/webpack","3.0",":","=","=>","?","@kazupon/vu","[","]","`i18n`","`vue","above,","add","additionally:","alreadi","applic","attribute,","basic","below","below:","block","block.","blocks.","build","chainwebpack:","cli","click","common","compon","component.","components,","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","const","copi","creat","css:","custom","d","d)","data","deepmerg","deepmerge!","default","defin","dev","don't","done","due","en","en:","esmodule:","example:","exclude:","exist","export","extractcss:","fallback:","featur","file","files.","first","follow","following:","forget","format","format,","format:","found","hello:","here.","hide","i18n","i18n:","ia8n","includ","insid","instal","ja","ja:","js:","json","key","laravel","latest","less:","load","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","local","locale:","make","manag","manual","merg","merge(options,","messag","message:","messg","mix","mix.webpackconfig({","mix@1.5.1","modifi","module.","module.export","module:","more","multipl","name:","need","npm","onc","options:","order","postcss:","postloaders:","pre","preloaders:","project","project.","read","require('deepmerge')","required:","return","root","rule","rules.j","rules:","sass:","save","scss:","second","singl","so,","specifi","src","style","stylus:","support","sure","tag","test:","that,","this.$i18n.local","updat","us","usag","use:","val","vue","vue.config.j","vueextractplugin.extract({","want","watch:","way,","webpack","webpack.mix.j","work","world!\"","yaml","yarn","{","{{","}","})","}),","});","},","}}"],"hot-reload.html":["$i18n","'./ja'],","'en',","()","(module.hot)","...","//","=","app","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","application.","chang","const","file","follow","function","hot","i18n","i18n,","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","instanc","local","locale:","messag","module.hot.accept(['./en',","new","properti","reload","require('./en').default)","require('./ja').default)","run","someth","updat","via","vue({","vuei18n","vuei18n({","watch","{","}","})","}).$mount('#app')"],"lazy-loading.html":["!==","\"lang","'@/lang'","'axios'","'en',","'vue","'vue'","(!loadedlanguages.includes(lang))","(i18n.local","(lang)","*/","//","//i18n","=","=>","['en']","[request]\"","`@/lang/${lang}`).then(msg","actual","allow","arbitrari","array","assum","asynchron","axio","axios.defaults.headers.common['accept","beforeeach","bellow","call","case","catch","chang","check","common","compon","const","cool","creat","default","directori","dist","document.queryselector('html').setattribute('lang',","documentation.","done","dynamically,","easi","easili","en.j","export","fallbacklocale:","file","finish.","folder","forward.","from,","function","function,","gener","global","hook.","i18n","i18n'","i18n.local","i18n.setlocalemessage(lang,","import","import(/*","improv","init","inits,","insid","instanc","instance,","it.j","keep","lang","lang)","languag","language']","languages.","lazi","learn","let","load","loadedlanguag","loadedlanguages.push(lang)","loadlanguageasync","loadlanguageasync(lang).then(()","local","locale:","messag","more","msgs.default)","needed.","new","next","next())","next)","normal","not,","on","onc","overkil","plugin","prelaod","project","promis","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","provid","realli","reject","reside.","return","rout","router","router.beforeeach((to,","set","seti18nlanguag","seti18nlanguage(lang)","setup","setup,","setup.j","short","similar","src","stop","store","straight","support","to.params.lang","track","transition.","translat","unnecessary.","us","via","vue","vue.use(vuei18n)","vuei18n","vuei18n({","wait","webpack","webpack.","webpackchunkname:","would.","{","}","})"],"migrations.html":["!!'))","$lang","''","'accept':","'application/json'","'application/json',","'content","'en'","'en',","'get',","'hello","'hi","'hi!'","'ja'","'ja')","'ja',","'kazupon'","'load","'no","'someth","'title1'","'zh'","'こんにちは、世界',","'やあ!'","(err)","(err,","(for","(locale,","(message,","(object.keys(json).length","+","...","...'","...values)","/","//","0)","10","=","===","=>",">","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('ja',","app.load","appl","apple:","apples'","below:","cb(error)","cb(null,","cb)","chang","class","compon","component1","config","console.error(err)","const","constructor","count","count,","custom","customformatt","customformatter(),","data:","dynam","empti","en","en)","en.greet","en:","error('local","fallback","fallbacklang","fallbacklocal","fallbacklocale:","fals","featur","fetch('/locales/'","format","format:","formatt","formatter:","function","global","greeting:","handl","handler","headers:","hello:","hi","i18n","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n:","i18nformatt","implement","instanc","ja","ja)","ja.greet","ja:","kazupon","key,","lang","loading:","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale:","logic","messag","message)","messages,","messages:","method","method:","methods:","migrat","miss","missing:","missinghandl","name:","need","new","on","option","option):","option,","promise.reject(new","promise.resolve(json)","properti","property:","remov","render","replac","res.json()","return","set","someth","string'","title:","translat","true","type':","us","vm)","vue({","vue.local","vue.t","vue.tc","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","world'","world',","{","{count}","{name}'","|","}","})","}).$mount('#app')","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","},"],"api.html":["$d","$d.","$i18n","$n","$n.","$t","$t('tos')","$t.","$tc","$tc.","$te","'/term'","'en","'en',","'i","'term","'利用規約',","'私は","(","(7.2+)","(ecma","(global)",")","/","1","402).","6.1+","7.0+","7.2+","7.3+","=","[choice],","[key],","[locale]","[locale],","[values]","abov","accept","also:","api","args:","argument","argument,","arguments:","array","assigned,","attribut","avail","available:","back","base","below","below.","boolean","browser","built","call","check","choice:","class","class,","compon","component,","const","constructor","constructor.","currenc","currencydisplay","custom","d(","data:","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","default","default:","definit","depen","depend","detail","details:","direct","due","each","ecmascript","element","en:","environmens,","examples:","exist","exists.","expects:","extens","fail","fails.","fall","fallback","fallbacklocal","fallbackroot","fals","false,","featur","flowtyp","follow","format","formatmatch","formatt","formatting.","function","get","getdatetimeformat","getlocalemessage(","getnumberformat","global","guid","hander","handler","i(","i18n","i18n,","i18nopt","implement","index","indic","inject","instanc","instance,","instance.","interfac","interface.","internation","interpol","intlavail","it'","ja:","key","key,","key.","key:","keypath","level","link","list","local","locale,","locale.","locale:","localematch","localemessag","localemessageobject","localization,","localization.","maximumfractiondigit","maximumsignificantdigit","merg","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message.","messages,","messages.","method","method.","minimumfractiondigit","minimumintegerdigit","minimumsignificantdigit","miss","missing,","missing.","missinghandl","more","n(","name","need","new","null","number","numberformat","numberformat:","numberformatresult","object","object,","object}","object}:","occur","option","option,","option.","optional,","options,","otherwise,","output","over","params:","path","path:","place","pluralization.","preferenti","prioriti","properti","properties:","props:","read","read/writ","refer","regardless","regist","requir","required,","return","return:","return::","root","same","second","section","see","sensit","service',","set","setdatetimeformat","setlocalemessage(","setnumberformat","silenttranslationwarn","span","special","specifi","specify.","static","string","string}","style","suppress","supress","sync","synchron","syntax","syntax,","syntax.","t","t(","tag","target","tc(","te(","term:","textcont","too.","tos:","translateresult","true","true,","type","type:","updat","url:","us","us'","usage,","usage:","usegroup","v","valu","value,","value.","value:","values,","values:","version","version.","vue","vue({","vuei18n","vuei18n({","warn","warned,","warned.","warnings.","whether","xxx","{","{0}.'","{array","{array}","{boolean}","{datetimeformat}","{local","{localemessageobject}","{locale}","{locale}:","{number","{numberformat}","{number}","{path","{path}","{path}:","{string","{string}","{string}:","{{","{}","|","}","})","}).$mount('#app')","},","}}","の{0}に同意します。'"]},"length":17},"tokenStore":{"root":{"0":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"1":{"0":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"5":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"9":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"2":{"0":{"1":{"7":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}},"年":{"4":{"docs":{},"月":{"1":{"9":{"docs":{},"日":{"docs":{},"(":{"docs":{},"水":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"docs":{}}},"docs":{}},")":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"3":{"0":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},"docs":{},".":{"0":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"docs":{}}},"4":{"0":{"2":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"docs":{}},"docs":{}},"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}}},"6":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}},"docs":{}}},"7":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.014847161572052401}}}},"2":{"docs":{},"+":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"3":{"docs":{},"+":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"docs":{}}},"docs":{},"$":{"1":{"0":{"0":{"docs":{},".":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"installation.html":{"ref":"installation.html","tf":0.056074766355140186},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.02912621359223301},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.010256410256410256}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}},"'":{"docs":{},")":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"1":{"docs":{},"]":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}},"2":{"docs":{},"]":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"docs":{}}}},"docs":{}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"2":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"docs":{}}}},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"(":{"1":{"0":{"0":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"docs":{}},"docs":{}},"docs":{}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"docs":{}},"docs":{}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":5.00174672489083}}},"p":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045}},"l":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"'":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"docs":{}},"docs":{}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"r":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}}}}}}},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.017467248908296942}}}}}}}}}}},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"[":{"docs":{},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":3.3435897435897433},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"c":{"docs":{},"k":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.028037383177570093},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.02729528535980149},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.03409090909090909},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}}}}},"n":{"docs":{},"f":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},")":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":3.374358974358974},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"sfc.html":{"ref":"sfc.html","tf":3.3409669211195925},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.013100436681222707}},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"s":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"n":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"f":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"s":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.035830618892508145},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}}}}}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"d":{"docs":{},"e":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"p":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"o":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.025},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"directive.html":{"ref":"directive.html","tf":3.3576051779935274},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},")":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"y":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.045454545454545456}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"s":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}},":":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}}},"c":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}},"e":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}}}}},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"b":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"datetime.html":{"ref":"datetime.html","tf":5.03125},"api.html":{"ref":"api.html","tf":0.00960698689956332}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375},"api.html":{"ref":"api.html","tf":0.0069868995633187774}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"a":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"directive.html":{"ref":"directive.html","tf":3.3478964401294498},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"o":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"s":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"o":{"docs":{},"c":{"docs":{},"s":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035}},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}},"e":{"docs":{},"v":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"i":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},"e":{"docs":{},"!":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"./":{"ref":"./","tf":0.037037037037037035}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"u":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"d":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"n":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"l":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"h":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},")":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401}},"s":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"(":{"docs":{},"'":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"fallback.html":{"ref":"fallback.html","tf":5.017857142857143},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"e":{"docs":{},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"r":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"s":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"s":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"formatting.html":{"ref":"formatting.html","tf":10.01985111662531},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.03842794759825328}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.007860262008733625}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"r":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"s":{"docs":{},".":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"l":{"docs":{},"l":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"started.html":{"ref":"started.html","tf":5.009803921568627},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"component.html":{"ref":"component.html","tf":0.020512820512820513},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.005240174672489083}}}}}}},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"hot-reload.html":{"ref":"hot-reload.html","tf":5.054054054054054}}},"u":{"docs":{},"r":{"1":{"2":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}},"docs":{}},"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}},"p":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"o":{"docs":{},"k":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"=":{"docs":{},"\"":{"docs":{},"$":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{},")":{"docs":{},"\"":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}}}}}}}}}},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"p":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"r":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"i":{"docs":{"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"d":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"e":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.07476635514018691},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.030534351145038167},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.029315960912052116},"api.html":{"ref":"api.html","tf":0.00611353711790393}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}},"@":{"7":{"docs":{},".":{"5":{"docs":{},".":{"0":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.011450381679389313},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":10.046728971962617},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"i":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.01488833746898263},"interpolation.html":{"ref":"interpolation.html","tf":5.0177304964539005},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"l":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"f":{"docs":{},"o":{"docs":{"component.html":{"ref":"component.html","tf":0.015384615384615385}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"s":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.029411764705882353},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357}},"(":{"docs":{},"/":{"docs":{},"*":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"a":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"c":{"docs":{},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"a":{"8":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"docs":{}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"s":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"z":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.008230452674897}}}},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.02880658436213992},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"s":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}},"r":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"lazy-loading.html":{"ref":"lazy-loading.html","tf":5.032921810699588}},"e":{"docs":{},"r":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083}},"!":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"'":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.019083969465648856}}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"?":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"s":{"docs":{},"[":{"docs":{},"]":{"docs":{},"=":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}},"`":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.1111111111111111},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":5.0234375},"number.html":{"ref":"number.html","tf":5.034090909090909},"messages.html":{"ref":"messages.html","tf":3.3773861967694563},"fallback.html":{"ref":"fallback.html","tf":5.071428571428571},"component.html":{"ref":"component.html","tf":3.4},"directive.html":{"ref":"directive.html","tf":3.3430420711974107},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.014657980456026058},"api.html":{"ref":"api.html","tf":0.0794759825327511}},"e":{"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.010480349344978166}}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"[":{"docs":{},"]":{"docs":{},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.010480349344978166}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.013100436681222707}}}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"r":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"started.html":{"ref":"started.html","tf":0.029411764705882353},"formatting.html":{"ref":"formatting.html","tf":0.02977667493796526},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":3.372980910425844},"fallback.html":{"ref":"fallback.html","tf":0.08928571428571429},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.024822695035460994},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.021834061135371178}},"e":{"1":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{},":":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"s":{"docs":{},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.03076923076923077},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}},"\"":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.025},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}},"s":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"r":{"docs":{},"g":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"migrations.html":{"ref":"migrations.html","tf":10.001628664495113}}}}}},"n":{"docs":{},"u":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}},"@":{"1":{"docs":{},".":{"5":{"docs":{},".":{"1":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"docs":{}}},"docs":{}}},"docs":{}}},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"(":{"docs":{},"[":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"n":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}},"r":{"docs":{},"e":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"api.html":{"ref":"api.html","tf":0.004366812227074236}}},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}},"a":{"docs":{},"y":{"docs":{},"b":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"k":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"g":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728}}}}}}}}}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"number.html":{"ref":"number.html","tf":5.045454545454546},"api.html":{"ref":"api.html","tf":0.02096069868995633}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909},"api.html":{"ref":"api.html","tf":0.007860262008733625}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"w":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.030944625407166124},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"s":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}},"x":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"(":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"p":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.04672897196261682},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004366812227074236}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.008733624454148471}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.025},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.04017467248908297}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},")":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.016593886462882096}}}}}}},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"n":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"pluralization.html":{"ref":"pluralization.html","tf":10.028169014084508}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{"directive.html":{"ref":"directive.html","tf":0.019417475728155338}},"p":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.03333333333333333},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"y":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}}}},"a":{"docs":{},"o":{"docs":{},"d":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"t":{"docs":{},"h":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"]":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"s":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"i":{"docs":{},"p":{"docs":{},"e":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043}}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"api.html":{"ref":"api.html","tf":5.0008733624454145}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"hot-reload.html":{"ref":"hot-reload.html","tf":5.027027027027027}}}}}},"a":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"i":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}},"/":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}}}}},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"l":{"docs":{},"i":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.013029315960912053},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.010480349344978166}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.00960698689956332}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703}}}}}}}}}}}}}}}}}}},"d":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}}}}}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},"!":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"s":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"component.html":{"ref":"component.html","tf":0.020512820512820513},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"u":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":3.3447837150127224}}}}},"g":{"docs":{},"n":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"d":{"docs":{},"e":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},"i":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"api.html":{"ref":"api.html","tf":0.017467248908296942}}},"y":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"started.html":{"ref":"started.html","tf":5.009803921568627}},"e":{"docs":{},"d":{"docs":{},"!":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.004366812227074236}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}},"]":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"messages.html":{"ref":"messages.html","tf":0.00881057268722467}},"e":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"number.html":{"ref":"number.html","tf":0.022727272727272728}}}},"u":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"o":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},"r":{"docs":{},"e":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"r":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"messages.html":{"ref":"messages.html","tf":3.34654919236417},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},")":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"'":{"docs":{},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}},".":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"s":{"docs":{},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"e":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"component.html":{"ref":"component.html","tf":0.015384615384615385},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"u":{"docs":{},"p":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678}},",":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}},".":{"docs":{},"j":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}},".":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}},"i":{"docs":{},"c":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},".":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.010480349344978166}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}},"r":{"docs":{},"c":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"a":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{},".":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"messages.html":{"ref":"messages.html","tf":0.01762114537444934},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.024271844660194174},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"./":{"ref":"./","tf":0.07407407407407407}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.004366812227074236}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"c":{"docs":{},"k":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"e":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}},"e":{"docs":{},":":{"docs":{"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}},"s":{"docs":{},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"r":{"docs":{},"m":{"1":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"2":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.014184397163120567}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"docs":{}},"docs":{}}}}}}},"o":{"docs":{},".":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},"o":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.01921397379912664}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"c":{"docs":{},"(":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"u":{"docs":{},"s":{"docs":{"installation.html":{"ref":"installation.html","tf":0.037383177570093455},"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.025},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}},"e":{"docs":{},"r":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.010638297872340425}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}},"r":{"docs":{},"l":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}},":":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"v":{"5":{"docs":{},".":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.037037037037037035}}}}},"6":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.008333333333333333}}},"docs":{}}},"docs":{"./":{"ref":"./","tf":0.016666666666666666},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"s":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.06542056074766354},"started.html":{"ref":"started.html","tf":0.0392156862745098},"component.html":{"ref":"component.html","tf":0.020512820512820513},"directive.html":{"ref":"directive.html","tf":0.019417475728155338},"sfc.html":{"ref":"sfc.html","tf":0.02099236641221374},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"api.html":{"ref":"api.html","tf":0.0069868995633187774}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.037037037037037035},"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},":":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{},")":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}}}}}},"docs":{}},"docs":{}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.029411764705882353},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.009771986970684038},"api.html":{"ref":"api.html","tf":0.013100436681222707}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856},"migrations.html":{"ref":"migrations.html","tf":0.017915309446254073},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"#":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"c":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"docs":{}},"docs":{}},"(":{"docs":{},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"i":{"docs":{},"a":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"started.html":{"ref":"started.html","tf":0.00980392156862745},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"a":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}},"u":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.00611353711790393}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"api.html":{"ref":"api.html","tf":0.004366812227074236}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},")":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"m":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008333333333333333},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"r":{"docs":{},"n":{"docs":{"installation.html":{"ref":"installation.html","tf":0.018691588785046728},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364}}}}}}},"?":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.03125}}}}}}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"sfc.html":{"ref":"sfc.html","tf":0.015267175572519083},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"'":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"started.html":{"ref":"started.html","tf":0.00980392156862745},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669}},"}":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"i":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"o":{"docs":{},"w":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"j":{"docs":{},"a":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},".":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}},"p":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"docs":{}}}}}}}}}},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"%":{"docs":{},"{":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543},"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}},"{":{"0":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},"'":{"docs":{},")":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},",":{"docs":{"number.html":{"ref":"number.html","tf":0.03409090909090909}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}},"s":{"docs":{},"s":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"n":{"docs":{},"o":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0234375}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0703125}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}}}}},"a":{"docs":{},"d":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},",":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.046875}}}}}}}},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}},"u":{"docs":{},"s":{"docs":{},"d":{"docs":{},"'":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}}},"@":{"docs":{},":":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},"'":{"docs":{},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"1":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"docs":{}}}}}},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"ご":{"docs":{},"ざ":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"'":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"i":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"利":{"docs":{},"用":{"docs":{},"規":{"docs":{},"約":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}},"私":{"docs":{},"は":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},"'":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{},":":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}}},".":{"docs":{},"/":{"docs":{},"j":{"docs":{},"a":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}},"z":{"docs":{},"h":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}}}},"や":{"docs":{},"あ":{"docs":{},"!":{"docs":{},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"/":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"/":{"docs":{"started.html":{"ref":"started.html","tf":0.10784313725490197},"formatting.html":{"ref":"formatting.html","tf":0.09181141439205956},"messages.html":{"ref":"messages.html","tf":0.039647577092511016},"component.html":{"ref":"component.html","tf":0.015384615384615385},"sfc.html":{"ref":"sfc.html","tf":0.022900763358778626},"hot-reload.html":{"ref":"hot-reload.html","tf":0.12162162162162163},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.06514657980456026}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"docs":{}},"docs":{}}},"\\":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"installation.html":{"ref":"installation.html","tf":0.009345794392523364},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"y":{"docs":{},",":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"i":{"docs":{},"t":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}},"r":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856}},"'":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"component.html":{"ref":"component.html","tf":0.005128205128205128},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"e":{"docs":{},"b":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}},".":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}},"e":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.015625}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.00611353711790393}}}}}}}}},"(":{"7":{"docs":{},".":{"2":{"docs":{},"+":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}},"docs":{}}},"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},")":{"docs":{"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514}}},"b":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"!":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00823045267489712}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.006514657980456026}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"=":{"docs":{"started.html":{"ref":"started.html","tf":0.0196078431372549},"formatting.html":{"ref":"formatting.html","tf":0.01240694789081886},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.030837004405286344},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.010256410256410256},"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.0205761316872428},"migrations.html":{"ref":"migrations.html","tf":0.06026058631921824},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},">":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.016286644951140065}}},"=":{"docs":{},"=":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}},"`":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"`":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.007444168734491315},"component.html":{"ref":"component.html","tf":0.005128205128205128},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"docs":{}},"docs":{}},"$":{"docs":{},"t":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}},"c":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}},"[":{"docs":{},"'":{"docs":{},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}}},"v":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"{":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},",":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}},"@":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"$":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},":":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745}},":":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669}}}}}}}}}}},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},".":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}},":":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364}}}}},"s":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}},"o":{"docs":{},"n":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},"{":{"0":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},".":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}},"docs":{"started.html":{"ref":"started.html","tf":0.049019607843137254},"formatting.html":{"ref":"formatting.html","tf":0.04962779156327544},"pluralization.html":{"ref":"pluralization.html","tf":0.04225352112676056},"datetime.html":{"ref":"datetime.html","tf":0.0546875},"number.html":{"ref":"number.html","tf":0.056818181818181816},"messages.html":{"ref":"messages.html","tf":0.04405286343612335},"fallback.html":{"ref":"fallback.html","tf":0.05357142857142857},"component.html":{"ref":"component.html","tf":0.06666666666666667},"directive.html":{"ref":"directive.html","tf":0.04854368932038835},"interpolation.html":{"ref":"interpolation.html","tf":0.031914893617021274},"sfc.html":{"ref":"sfc.html","tf":0.06297709923664122},"hot-reload.html":{"ref":"hot-reload.html","tf":0.04054054054054054},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.024691358024691357},"migrations.html":{"ref":"migrations.html","tf":0.06188925081433225},"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"{":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"}":{"docs":{},"}":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}},"'":{"0":{"docs":{},"'":{"docs":{},":":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"docs":{}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{},"'":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013}}},"!":{"docs":{},"'":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"}":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.010480349344978166}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"}":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.014847161572052401}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.005240174672489083}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}},"}":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.0392156862745098},"formatting.html":{"ref":"formatting.html","tf":0.03970223325062035},"pluralization.html":{"ref":"pluralization.html","tf":0.028169014084507043},"datetime.html":{"ref":"datetime.html","tf":0.03125},"number.html":{"ref":"number.html","tf":0.045454545454545456},"messages.html":{"ref":"messages.html","tf":0.022026431718061675},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"component.html":{"ref":"component.html","tf":0.05641025641025641},"directive.html":{"ref":"directive.html","tf":0.03398058252427184},"interpolation.html":{"ref":"interpolation.html","tf":0.028368794326241134},"sfc.html":{"ref":"sfc.html","tf":0.03625954198473282},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.01646090534979424},"migrations.html":{"ref":"migrations.html","tf":0.03745928338762215},"api.html":{"ref":"api.html","tf":0.0026200873362445414}},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.014084507042253521},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.012345679012345678},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},".":{"docs":{},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0078125},"number.html":{"ref":"number.html","tf":0.011363636363636364},"component.html":{"ref":"component.html","tf":0.005128205128205128},"interpolation.html":{"ref":"interpolation.html","tf":0.0070921985815602835},"hot-reload.html":{"ref":"hot-reload.html","tf":0.013513513513513514},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}}}}}}}}},",":{"docs":{"directive.html":{"ref":"directive.html","tf":0.009708737864077669},"sfc.html":{"ref":"sfc.html","tf":0.009541984732824428}}},";":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}},",":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"datetime.html":{"ref":"datetime.html","tf":0.0234375},"number.html":{"ref":"number.html","tf":0.011363636363636364},"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.010256410256410256},"directive.html":{"ref":"directive.html","tf":0.014563106796116505},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"sfc.html":{"ref":"sfc.html","tf":0.02480916030534351},"migrations.html":{"ref":"migrations.html","tf":0.011400651465798045},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}},"}":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"pluralization.html":{"ref":"pluralization.html","tf":0.07042253521126761},"datetime.html":{"ref":"datetime.html","tf":0.015625},"number.html":{"ref":"number.html","tf":0.022727272727272728},"messages.html":{"ref":"messages.html","tf":0.02643171806167401},"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"component.html":{"ref":"component.html","tf":0.015384615384615385},"interpolation.html":{"ref":"interpolation.html","tf":0.02127659574468085},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.0008733624454148472}},"{":{"docs":{},"{":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},";":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{"started.html":{"ref":"started.html","tf":0.00980392156862745},"component.html":{"ref":"component.html","tf":0.005128205128205128}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}},"docs":{}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}},")":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.01717557251908397},"hot-reload.html":{"ref":"hot-reload.html","tf":0.02702702702702703},"migrations.html":{"ref":"migrations.html","tf":0.024429967426710098}},"}":{"docs":{},",":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}},"]":{"docs":{},"`":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}},"'":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}},">":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.009925558312655087},"migrations.html":{"ref":"migrations.html","tf":0.008143322475570033}}},"@":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.004962779156327543}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}}}}}}}}}}}},"[":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717}}}}}}}},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"]":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467}}},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},"\"":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"]":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017467248908296944}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"api.html":{"ref":"api.html","tf":0.0026200873362445414}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"z":{"docs":{},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}},"!":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345}}}}}}}}},"e":{"docs":{},"y":{"docs":{"messages.html":{"ref":"messages.html","tf":0.013215859030837005},"fallback.html":{"ref":"fallback.html","tf":0.03571428571428571},"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.01222707423580786}},",":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"migrations.html":{"ref":"migrations.html","tf":0.004885993485342019},"api.html":{"ref":"api.html","tf":0.0034934497816593887}}},":":{"docs":{"fallback.html":{"ref":"fallback.html","tf":0.017857142857142856},"api.html":{"ref":"api.html","tf":0.00960698689956332}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"directive.html":{"ref":"directive.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0017467248908296944},"./":{"ref":"./","tf":0.037037037037037035}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0034934497816593887}}}},"e":{"docs":{},"p":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}},"x":{"docs":{},"x":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.01773049645390071},"api.html":{"ref":"api.html","tf":0.0017467248908296944}},"\\":{"docs":{},"'":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418}}}}}}}}}},"|":{"docs":{"formatting.html":{"ref":"formatting.html","tf":0.0024813895781637717},"pluralization.html":{"ref":"pluralization.html","tf":0.056338028169014086},"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"migrations.html":{"ref":"migrations.html","tf":0.003257328990228013},"api.html":{"ref":"api.html","tf":0.014847161572052401}}},"午":{"docs":{},"前":{"2":{"docs":{},":":{"1":{"9":{"docs":{"datetime.html":{"ref":"datetime.html","tf":0.0078125}}},"docs":{}},"docs":{}}},"docs":{}}},"¥":{"1":{"0":{"0":{"docs":{"number.html":{"ref":"number.html","tf":0.011363636363636364}}},"docs":{}},"docs":{}},"docs":{}},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{},"!":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}},"'":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"'":{"docs":{},")":{"docs":{},")":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}}}},"=":{"docs":{},"=":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}},"\"":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335},"sfc.html":{"ref":"sfc.html","tf":0.003816793893129771}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}},"docs":{}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"messages.html":{"ref":"messages.html","tf":0.004405286343612335}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"messages.html":{"ref":"messages.html","tf":0.022026431718061675}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}},"\"":{"docs":{},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.007633587786259542}}}}}}}}},"こ":{"docs":{},"ん":{"docs":{},"に":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{},"\"":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"lazy-loading.html":{"ref":"lazy-loading.html","tf":0.00411522633744856}}}}}}},"]":{"docs":{"messages.html":{"ref":"messages.html","tf":0.00881057268722467},"sfc.html":{"ref":"sfc.html","tf":0.0057251908396946565}}},"お":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"、":{"docs":{},"世":{"docs":{},"界":{"docs":{},"!":{"docs":{"component.html":{"ref":"component.html","tf":0.005128205128205128}}}}}}}}}},"の":{"docs":{},"{":{"0":{"docs":{},"}":{"docs":{},"に":{"docs":{},"同":{"docs":{},"意":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"'":{"docs":{"interpolation.html":{"ref":"interpolation.html","tf":0.0035460992907801418},"api.html":{"ref":"api.html","tf":0.0008733624454148472}}}}}}}}}}}},"docs":{}}},")":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854},"api.html":{"ref":"api.html","tf":0.013100436681222707}}},":":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"?":{"docs":{"sfc.html":{"ref":"sfc.html","tf":0.0019083969465648854}}},"+":{"docs":{"migrations.html":{"ref":"migrations.html","tf":0.0016286644951140066}}}},"length":2000},"corpusTokens":["!!!!","!!!!'","!!'))","!==","\"en\":","\"hello","\"hello\":","\"internal1\":","\"ja\":","\"key1\":","\"lang","\"message1\":","\"nested\":","\"thi","\"こんにちは、世界!\"","$","$100.00","$d","$d(new","$d.","$i18n","$lang","$n","$n(100,","$n.","$t","$t(\"message.greeting\")","$t(\"message.hello\")","$t('change')","$t('errors[0]')","$t('errors[1].internal1')","$t('errors[2][0]')","$t('hello')","$t('hello',","$t('key1')","$t('message')","$t('message.hello',","$t('message.linked')","$t('nested.message1')","$t('refund')","$t('term1')","$t('term2')","$t('tos')","$t,","$t.","$tc","$tc('apple',","$tc('car',","$tc.","$te","'%{msg}","''","'./ja'],","'/change',","'/refund',","'/term'","'@/lang'","'@:message.dio","'@kazupon/vu","'accept':","'app',","'application/json'","'application/json',","'axios'","'babel","'car","'chang","'content","'css","'currency')","'currency',","'dio:',","'en","'en'","'en',","'get',","'good","'hello","'hello'","'hello'})","'hi","'hi!'","'how","'i","'ja","'ja'","'ja')","'ja').","'ja',","'jpy',","'kazupon'","'kazupon',","'load","'long',","'no","'numeric'","'numeric',","'p',","'refund","'short')","'short',","'someth","'symbol'","'term","'the","'title1'","'usd'","'vue","'vue'","'yaml","'you","'zh'","'{0}","'{msg}","'おはようございます'","'こんにちは、component1'","'こんにちは、{name}!'","'こんにちは、世界'","'こんにちは、世界',","'こんにちは!'","'やあ!'","'利用規約',","'私は","(","(!loadedlanguages.includes(lang))","()","(7.2+)","(beta)","(compon","(e.g.","(ecma","(err)","(err,","(for","(global)","(https://github.com/kazupon/vu","(i18n.local","(in","(includ","(instead","(lang)","(locale,","(message,","(module.hot)","(npm","(object.keys(json).length","(options)","(val)",")","*/","*/),","+","...","...'","...values)","...},","...}]`",".rule('vue')",".tap(opt",".use('vu",".vue","/","//","//i18n","/\\.vue$/,","/bower_components/,","/src/builder/webpack","0","0)","1","1\"","1)","10","10,","15","15,","19,","2)","2.0.0+","2017","2017年4月19日(水)","3.0","30","402","402).","5.x","6.1+","7.0+","7.2+","7.3+",":","=","===","=>",">","?","@:","@:message.the_world","@kazupon/vu","@param","@return","[","['en']","['hello'])","['kazupon'])","['resolv","[choice],","[key:","[key],","[locale]","[locale],","[request]\"","[values]","]","`","`$t`","`$t`,","`$tc`","`$tc`.","`,","`@/lang/${lang}`).then(msg","`['kazupon']`","`[vnode{","`formatter`","`i18n`","`message`","`vue","`{","abov","above,","accept","actual","add","additionally:","advanc","agreement","agreement'","allow","alreadi","also,","also:","alway","annot","anoth","api","app","app.$i18n.fallbacklocal","app.$i18n.formatt","app.$i18n.getlocalemessage('ja')","app.$i18n.local","app.$i18n.miss","app.$i18n.setlocalemessage('en',","app.$i18n.setlocalemessage('ja',","app.load","appearance.","appl","apple:","apples'","applic","application.","apr","arbitrari","args:","argument","argument,","arguments:","array","array}","assigned,","assum","asynchron","attribut","attribute,","attribute.","automatically:","avail","available:","avoid","axio","axios.defaults.headers.common['accept","back","base","basic","beforeeach","bellow","below","below.","below:","better","block","block.","blocks.","bnf","boolean","browser","build","build.","built","cach","call","car","car:","cars',","case","catch","cb(error)","cb(null,","cb)","cd","cdn","chainwebpack:","chang","change:","changelimit","changelimit:","changeurl:","check","children","choice:","class","class,","cli","cli),","click","clone","code","common","compat","compil","complex.","compon","component,","component.","component1","component1'","components,","components:","compos","comput","computed:","con","concret","conf","config","config.babel()","config.extractvuestyl","config.extractvuestyles,","config.modul","config.postcss,","config.vue.esmodul","config.vue.postloaders,","config.vue.preloaders,","configur","configuration,","configuration.","cons:","consist","console.error(err)","const","constructor","constructor.","constructor:","content","content.","conveni","cool","copi","costs.","count","count,","count:","creat","createrender","css:","cumbersome,","currenc","currency,","currency:","currencydisplay","currencydisplay:","custom","customformatt","customformatter(),","customformatter(/*","d","d(","d)","danger","data","data:","date(),","datetim","datetimeformat","datetimeformat:","datetimeformatresult","date}","day:","deepmerg","deepmerge!","default","default:","defin","definit","defnition,","departure.","departure.',","depen","depend","design.","detail","details:","dev","dio:","direct","directive,","directive.","directli","directori","dist","docs?","document","document.queryselector('html').setattribute('lang',","documentation.","doesn't","don't","done","download","due","dynam","dynamically,","e.g.","each","easi","easili","ecma","ecmascript","element","element.","empti","en","en)","en.greet","en.j","en:","environmens,","error","error('local","errors:","es2015","esmodule:","etc)","etc),","everytim","exampl","example,","example.","example:","examples:","exclude:","execut","exist","exists.","expects:","explicitli","export","extend","extens","extensions.","extractcss:","fail","fails.","fall","fallback","fallback:","fallbacklang","fallbacklocal","fallbacklocale:","fallbackroot","fals","false,","featur","feature.","fetch('/locales/'","file","files.","finish.","first","flexibl","flight","flight',","flowtyp","folder","follow","following,","following:","forget","format","format,","format.","format:","formatmatch","formats.","formatt","formatted)","formatter:","formatting,","formatting.","formatting:","forward.","found","from,","fromatt","full","function","function,","function.","gener","general,","get","getdatetimeformat","getlocalemessage(","getnumberformat","git","github","global","greeting:","guid","guide.","hander","handl","handler","headers:","hello","hello:","help","here","here.","hi","hide","hook.","hope","hot","hour12:","hour:","html","html=\"$t('term')\".","https://github.com/kazupon/vu","https://unpkg.com/vu","i(","i18n","i18n'","i18n,","i18n.fallbacklocal","i18n.formatt","i18n.getlocalemessage('en')","i18n.git","i18n.j","i18n.local","i18n.miss","i18n.setlocalemessage('en',","i18n.setlocalemessage('ja',","i18n.setlocalemessage(lang,","i18n.t('greeting',","i18n.tc('apple',","i18n.te('hallo',","i18n.te('hello')","i18n/dist/vu","i18n:","i18n@7.5.0/dist/vu","i18nformatt","i18nopt","ia8n","icu","implement","implementaion","import","import(/*","improv","includ","index","indic","info","info.","info:","init","inits,","inject","insert","insid","instal","instanc","instance,","instance.","interfac","interface.","intern","internation","interpl","interpol","interpolc","interpolcation)","interpolcation.","intl.datetimeformat","intl.numberformat","intlavail","introduct","it'","it.","it.j","itself","ja","ja)","ja.greet","ja:","javascript","javascript:","jp')","jp':","js:","json","kazupon","kazupon!","keep","key","key,","key.","key:","keypath","lang","lang)","languag","language']","languages.","laravel","later.","latest","lazi","lead","learn","less:","let","level","link","linked:","links.","list","load","loadedlanguag","loadedlanguages.push(lang)","loader","loader!less","loader!sass","loader!stylu","loader'","loader')","loader',","loader)","loader,","loader.","loader:","loader?indentedsyntax',","loader?paths[]=node_modules',","loader`","loaders:","loading:","loadlanguageasync","loadlanguageasync(lang).then(()","loadlocalemessag","loadlocalemessage('en',","local","locale,","locale,messages,","locale.","locale:","locale]:","localematch","localemessag","localemessage[];","localemessagearray","localemessagearray;","localemessageobject","localization,","localization.","logic","long,","long:","look","make","manag","manual","maximumfractiondigit","maximumsignificantdigit","mayb","merg","merge(options,","mergedatetimeformat","mergelocalemessage(","mergenumberformat","messag","message\"","message\",","message)","message,","message.","message1","message1\"","message1\",","message:","messages,","messages.","messages:","messg","method","method.","method:","methods:","migrat","minimumfractiondigit","minimumintegerdigit","minimumsignificantdigit","minut","minute:","miss","missing,","missing.","missing:","missinghandl","mix","mix.webpackconfig({","mix@1.5.1","modifi","modul","module.","module.export","module.hot.accept(['./en',","module:","month:","more","morning'","msg:","msgs.default)","multipl","mustash","n(","name","name:","namespac","need","needed.","nest","never","new","next","next())","next)","nicknam","node_modules/vu","normal","not,","note","note:","now","npm","npm.","null","number","numberformat","numberformat:","numberformatresult","object","object,","object:","object}","object}:","occur","occures,","offici","omitted.","on","onc","once.","optimizations.","option","option):","option,","option.","optional,","options,","options:","order","orient","otherwis","otherwise,","ouput","ouput:","output","output:","outputs:","over","overkil","params:","pass","path","path:","path]:","paths.","perform","pipe","place","plugin","plural","pluralization.","point","possibl","postcss:","postloaders:","pre","preferenti","prefix","prelaod","preloaders:","prioriti","pro","probabl","project","project.","promis","promise.reject(new","promise.resolve(json)","promise.resolve(lang)","promise.resolve(seti18nlanguage(lang))","prop","prop.","properti","properties:","property:","props:","provid","rail","re","read","read/writ","readi","realiz","realli","recommend","refer","refund","refund:","refundlimit:","refundurl:","regardless","regist","reject","releas","reload","remov","render","rendering,","replac","requir","require('./en').default)","require('./ja').default)","require('deepmerge')","required,","required:","res.json()","reside.","return","return:","return::","root","rout","router","router.beforeeach((to,","rubi","rule","rules.j","rules:","run","run!","same","sampl","sass:","save","script","scss:","second","section","see","sensit","separately,","separator,","separator.","server","servic","service',","service.","set","set.","setdatetimeformat","seti18nlanguag","seti18nlanguage(lang)","setlocalemessage(","setnumberformat","setup","setup,","setup.j","short","short,","short:","side","sign","silenttranslationwarn","similar","singl","so,","someth","sometimes,","space","span","special","specif","specifi","specify.","src","start","started!","static","still","stop","store","straight","string","string'","string']","string,","string.","string;","string}","structur","structure,","style","style:","stylus:","support","suppress","supress","sure","sync","sync:","synchron","syntax","syntax')","syntax).","syntax,","syntax.","syntax:","system","system,","t","t(","tag","tag:","tags.","target","tc(","te(","templat","template:","templates:","term","term1:","term2:","term:","test:","text","text:","textcont","that,","the_world:","there!","there!'","there'","therefor","this.$i18n.local","ticket","ticket'","title:","to.","to.params.lang","too.","tos:","track","transition.","translat","translateresult","tri","true","true,","trust","type","type':","type:","unnecessary.","unpkg.com","until","updat","url","url:","us","us'","us',","us':","usag","usage,","usage:","use:","usegroup","user","v","v5.x","v6.0","val","valu","value,","value.","value:","values)","values,","values.","values:","veri","version","version.","version/tag","via","vm)","vnode","vnode):","vnode{","vs","vue","vue({","vue.config.j","vue.j","vue.local","vue.t","vue.tc","vue.use():","vue.use(vuei18n)","vue.use(vuei18n).","vueextractplugin.extract({","vuei18n","vuei18n#fallbacklocal","vuei18n#formatt","vuei18n#getlocalemessag","vuei18n#local","vuei18n#miss","vuei18n#setlocalemessag","vuei18n#t","vuei18n#tc","vuei18n({","vulner","vulnerabilities.","wait","want","warn","warned,","warned.","warnings.","watch","watch:","way,","webpack","webpack.","webpack.mix.j","webpackchunkname:","websit","weekday:","whether","white","work","world","world!\"","world'","world',","would.","xss","xxx","xxx\\'s',","yaml","yarn","year:","you?","you?',","yourself","{","{'0':","{0}'","{0}.'","{action}","{array","{array}","{boolean}","{count}","{datetimeformat}","{limit}","{local","{localemessageobject}","{locale}","{locale}:","{name}!'","{name}'","{number","{numberformat}","{number}","{object","{path","{path}","{path}:","{string","{string}","{string}:","{{","{{}}","{}","|","}","})","}),","}).$mount('#app')","}).$mount('#object","}).$mount('#str","}).catch((error)","}).then((json)","}).then((message)","}).then((res)","});","},","};","}`","}}","}}{{","おはよう、世界!","こんにちは、component1","こんにちは、kazupon!","こんにちは、世界","の{0}に同意します。'","午前2:19","¥100"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"vue-i18n documentation for v5.x\nInternationalization plugin of Vue.js\n\nInstallation\nGetting Started\nFormatting\nPluralization\nLocale and Keypath Syntax\nLinked Translation\nFallback Translation\nComponent Locale\nDynamic Locale\nHot reload\nAPI References\n\n"},"installation.html":{"url":"installation.html","title":"Installation","keywords":"","body":"Installation\nCompatibility Note\n\nVue.js 2.0.0+\n\nDirect Download / CDN\nhttps://unpkg.com/vue-i18n/dist/vue-i18n\nunpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.5.0/dist/vue-i18n.js\nInclude vue-i18n after Vue and it will install itself automatically:\n\n\n\nNPM\n$ npm install vue-i18n\nYarn\n$ yarn add vue-i18n\nWhen using with a module system, you must explicitly install the vue-i18n via Vue.use():\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\n\nVue.use(VueI18n)\n\nYou don't need to do this when using global script tags.\nDev Build\nYou will have to clone directly from GitHub and build vue-i18n yourself if\nyou want to use the latest dev build.\n$ git clone https://github.com/kazupon/vue-i18n.git node_modules/vue-i18n\n$ cd node_modules/vue-i18n\n$ npm install\n$ npm run build\n"},"started.html":{"url":"started.html","title":"Getting started","keywords":"","body":"Getting started\n\nWe will be using ES2015 in the code samples in the guide.\n\nHTML\n\n\n\n\n {{ $t(\"message.hello\") }}\n\n\nJavaScript\n// If using a module system (e.g. via vue-cli), import Vue and VueI18n and then call Vue.use(VueI18n).\n// import Vue from 'vue'\n// import VueI18n from 'vue-i18n'\n//\n// Vue.use(VueI18n)\n\n// Ready translated locale messages\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界'\n }\n }\n}\n\n// Create VueI18n instance with options\nconst i18n = new VueI18n({\n locale: 'ja', // set locale\n messages, // set locale messages\n})\n\n\n// Create a Vue instance with `i18n` option\nnew Vue({ i18n }).$mount('#app')\n\n// Now the app has started!\n\nOutput the following:\n\n こんにちは、世界\n\n\n"},"formatting.html":{"url":"formatting.html","title":"Formatting","keywords":"","body":"Formatting\nHTML formatting\n\n NOTE: Dynamically localization arbitrary HTML on your website can be very dangerous because it can easily lead to XSS vulnerabilities. Only use HTML interpolation on trusted content and never on user-provided content. We recommended that use component interpolation feature.\n\nIn some cases you might want to rendered your translation as an HTML message and not a static string.\nconst messages = {\n en: {\n message: {\n hello: 'hello world'\n }\n }\n}\n\nTemplate the below:\n\n\nOutput the below (instead of the message pre formatted)\nhello\n exists but is rendered as html and not a string-->\nworld\n\nNamed formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nList formatting\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '{0} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', ['hello']) }}\n\nOutput the below:\nhello world\n\nList formatting also accepts array-like object:\n{{ $t('message.hello', {'0': 'hello'}) }}\n\nOutput the below:\nhello world\n\nSupport ruby on rails i18n format\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n hello: '%{msg} world'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.hello', { msg: 'hello' }) }}\n\nOutput the below:\nhello world\n\nCustom formatting\nSometimes, you maybe need to translate with custom formatting (e.g. ICU message syntax).\nYou can realize with custom formatter that implement Formatter Interface.\nThe following custom formatter with ES2015 class syntax:\n// Custom Fromatter implementaion\nclass CustomFormatter {\n constructor (options) {\n // ...\n }\n\n //\n // interpolate\n //\n // @param {string} message\n // string of list or named format.\n // e.g.\n // - named formatting: 'Hi {name}'\n // - list formatting: 'Hi {0}'\n //\n // @param {Object | Array} values\n // values of `message` interpolcation.\n // passed values with `$t`, `$tc` and `i18n` functional component.\n // e.g. \n // - $t('hello', { name: 'kazupon' }) -> passed values: Object `{ name: 'kazupon' }` \n // - $t('hello', ['kazupon']) -> passed values: Array `['kazupon']`\n // - `i18n` functional component (component interpolcation)\n // \n // kazupon\n // how are you?\n // \n // -> passed values: Array (included VNode):\n // `[VNode{ tag: 'p', text: 'kazupon', ...}, VNode{ tag: 'p', text: 'how are you?', ...}]`\n //\n // @return {Array}\n // interpolated values. you need to return the following:\n // - array of string, when is using `$t` or `$tc`.\n // - array included VNode object, when is using `i18n` functional component.\n // \n interpolate (message, values) {\n // implement interpolcation logic here\n // ...\n\n // return the interpolated array\n return ['resolved message string']\n }\n}\n\n// register with `formatter` option\nconst i18n = new VueI18n({\n locale: 'en-US',\n formatter: new CustomFormatter(/* here the constructor options */),\n messages: {\n 'en-US': {\n // ...\n },\n // ...\n }\n})\n\n// Run!\nnew Vue({ i18n }).$mount('#app')\n\nYou can check the custom formatter official example.\n"},"pluralization.html":{"url":"pluralization.html","title":"Pluralization","keywords":"","body":"Pluralization\nYou can translate with pluralization. You must define the locale that have a pipe | separator, and define plurals in pipe separator.\nLocale messages the below:\nconst messages = {\n en: {\n car: 'car | cars',\n apple: 'no apples | one apple | {count} apples'\n }\n}\n\nTemplate the below:\n{{ $tc('car', 1) }}\n{{ $tc('car', 2) }}\n\n{{ $tc('apple', 0) }}\n{{ $tc('apple', 1) }}\n{{ $tc('apple', 10, { count: 10 }) }}\n\nOutput the below:\ncar\ncars\n\nno apples\none apple\n10 apples\n\n"},"datetime.html":{"url":"datetime.html","title":"DateTime localization","keywords":"","body":"DateTime localization\n\n 7.0+\n\nYou can localize the datetime with your definition formats.\nDateTime formats the below:\nconst dateTimeFormats = {\n 'en-US': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric'\n }\n },\n 'ja-JP': {\n short: {\n year: 'numeric', month: 'short', day: 'numeric'\n },\n long: {\n year: 'numeric', month: 'short', day: 'numeric',\n weekday: 'short', hour: 'numeric', minute: 'numeric', hour12: true\n }\n }\n}\n\nAs the Above, You can define the datetime format with named (e.g. short, long, etc), and you need to use the options with ECMA-402 Intl.DateTimeFormat\nAfter that like the locale messages, You need to specify the dateTimeFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n dateTimeFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $d(new Date(), 'short') }}\n {{ $d(new Date(), 'long', 'ja-JP') }}\n\n\nOutput the below:\n\n Apr 19, 2017\n 2017年4月19日(水) 午前2:19\n\n\n"},"number.html":{"url":"number.html","title":"Number localization","keywords":"","body":"Number localization\n\n 7.0+\n\nYou can localize the number with your definition formats.\nNumber formats the below:\nconst numberFormats = {\n 'en-US': {\n currency: {\n style: 'currency', currency: 'USD'\n }\n },\n 'ja-JP': {\n currency: {\n style: 'currency', currency: 'JPY', currencyDisplay: 'symbol'\n }\n }\n}\n\nAs the Above, You can define the number format with named (e.g. currency, etc), and you need to use the options with ECMA-402 Intl.NumberFormat\nAfter that like the locale messages, You need to specify the numberFormats option of VueI18n constructor:\nconst i18n = new VueI18n({\n numberFormats\n})\n\nnew Vue({\n i18n\n}).$mount('#app')\n\nTemplate the below:\n\n {{ $n(100, 'currency') }}\n {{ $n(100, 'currency', 'ja-JP') }}\n\n\nOutput the below:\n\n $100.00\n ¥100\n\n\n"},"messages.html":{"url":"messages.html","title":"Locale messages syntax","keywords":"","body":"Locale messages syntax\nStructure\nLocale Messages syntax the below:\n// As Flowtype defnition, Locale Messages syntax like BNF annotation\ntype LocaleMessages = { [key: Locale]: LocaleMessageObject };\ntype LocaleMessageObject = { [key: Path]: LocaleMessage };\ntype LocaleMessageArray = LocaleMessage[];\ntype LocaleMessage = string | LocaleMessageObject | LocaleMessageArray;\ntype Locale = string;\ntype Path = string;\n\nBased on the above syntax, You can configure the following structure Locale Messages:\n{\n \"en\": { // 'en' Locale\n \"key1\": \"this is message1\", // basic\n \"nested\": { // nested\n \"message1\": \"this is nested message1\"\n },\n errors: [ // array\n \"this is 0 error code message\",\n { // object in array\n \"internal1\": \"this is internal 1 error message\"\n },\n [ // array in array\n \"this is nested array error 1\"\n ]\n ]\n },\n \"ja\": { // 'ja' Locale\n // ...\n }\n}\n\nIn the above Locale Messages structure, You can translate with using below key paths.\n\n \n {{ $t('key1') }}\n \n {{ $t('nested.message1') }}\n \n {{ $t('errors[0]') }}\n \n {{ $t('errors[1].internal1') }}\n \n {{ $t('errors[2][0]') }}\n\n\nOuput the following:\n\n \n this is message1\n \n this is nested message1\n \n this is 0 error code message\n \n this is internal 1 error message\n \n this is nested array error 1\n\n\nLinked locale messages\nIf there's a translation key that will always have the same concrete text as another one you can just link to it. To link to another translation key, all you have to do is to prefix its contents with an @: sign followed by the full name of the translation key including the namespace you want to link to.\nLocale messages the below:\nconst messages = {\n en: {\n message: {\n the_world: 'the world',\n dio: 'DIO:',\n linked: '@:message.dio @:message.the_world !!!!'\n }\n }\n}\n\nTemplate the below:\n{{ $t('message.linked') }}\n\nOutput the below:\nDIO: the world !!!!\n\n"},"fallback.html":{"url":"fallback.html","title":"Fallback localization","keywords":"","body":"Fallback localization\nThe following locale messages that not exist message key in ja locale:\nconst messages = {\n en: {\n message: 'hello world'\n },\n ja: {\n }\n}\n\nWhen specify the fallbackLocale option to VueI18n constructor option, message key is localized with en locale key:\nconst i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n messages\n})\n\nTemplate the below:\n{{ $t('message') }}\n\nOutput the below:\nhello world\n\n"},"component.html":{"url":"component.html","title":"Component based localization","keywords":"","body":"Component based localization\nIn general, locale info (e.g. locale,messages, etc) is set as constructor option of VueI18n instance and it sets i18n option as root Vue instance. Therefore you can globally translate with using $t or $tc in the root Vue instance and any composed component. \nYou can also manage locale info for each component separately, which might be more convenient due to Vues component oriented design.\nComponent based localization example:\n// setup locale info for root Vue instance\nconst i18n = new VueI18n({\n locale: 'ja',\n messages: {\n en: {\n message: {\n hello: 'hello world',\n greeting: 'good morning'\n }\n },\n ja: {\n message: {\n hello: 'こんにちは、世界',\n greeting: 'おはようございます'\n }\n }\n }\n})\n\n// Define component\nconst Component1 = {\n template: `\n \n Component1 locale messages: {{ $t(\"message.hello\") }}\n Fallback global locale messages: {{ $t(\"message.greeting\") }}\n `,\n i18n: { // `i18n` option\n messages: {\n en: { message: { hello: 'hello component1' } },\n ja: { message: { hello: 'こんにちは、component1' } }\n }\n }\n}\n\nnew Vue({\n i18n,\n components: {\n Component1\n }\n}).$mount('#app')\n\nTemplate:\n\n {{ $t(\"message.hello\") }}\n \n\n\nOutputs the following:\n\n こんにちは、世界\n \n Component1 locale messages: こんにちは、component1\n Fallback global locale messages: おはよう、世界!\n \n\n\nAs in the example above, if the component doesn't have the locale message, it falls back to globally defined localization info. The component uses the language set in the root instance (in the above example: locale: 'ja'). \nIf you hope localize in the component locale, you can realize with sync: false and locale in i18n option.\n"},"directive.html":{"url":"directive.html","title":"Custom directive localization","keywords":"","body":"Custom directive localization\n\n 7.3+\n\nYou can translate not only with v-t custom directive, but also with $t method.\nString syntax\nYou can pass the keypath of locale messages with string syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi there!' },\n ja: { hello: 'こんにちは!' }\n }\n }),\n data: { path: 'hello' }\n}).$mount('#string-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n hi there!\n hi there!\n\n\nObject syntax\nYou can use object syntax.\nJavascript:\nnew Vue({\n i18n: new VueI18n({\n locale: 'en',\n messages: {\n en: { hello: 'hi {name}!' },\n ja: { hello: 'こんにちは、{name}!' }\n }\n }),\n computed: {\n nickName () { return 'kazupon' }\n },\n data: { path: 'hello' }\n}).$mount('#object-syntax')\n\nTemplates:\n\n \n \n \n \n\n\nOutputs:\n\n こんにちは、kazupon!\n hi kazupon!\n\n\n$t vs v-t\n$t\n$t is extended Vue instance method. It has the following pros and cons:\nPros\nYou can flexibly use mustash syntax {{}} in templates and also computed props and methods in Vue instance.\nCons\n$t is executed everytime when re-render occures, so it does have a translation costs.\nv-t\nv-t is a custom directive. It has the following pros and cons:\nPros\nv-t has better performance than the $t method due to its cache with the custom directive, when translated once. Also, pre-translation is possible with the Vue compiler module which was provided by vue-i18n-extensions. Therefore it's possible to make more performance optimizations.\nCons\nv-t can not be flexibly used like $t, it's rather complex. The translated content with v-t is inserted into the textContent of the element. Also, when you use server-side rendering, you need to set the custom directive to directives option of the createRenderer function.\n"},"interpolation.html":{"url":"interpolation.html","title":"Component interpolation","keywords":"","body":"Component interpolation\nBasic Usage\n\n 7.0+\n\nSometimes, we need to localize with locale message that was included HTML tag or component. For example:\nI accept xxx Terms of Service Agreement\n\nIn the above message, if you use with $t, probably you may try to compose the following locale messages:\nconst messages = {\n en: {\n term1: 'I Accept xxx\\'s',\n term2: 'Terms of Service Agreement'\n }\n}\n\nAnd in the following, you may try to implement in template:\n{{ $t('term1') }}{{ $t('term2') }}\n\noutput:\nI accept xxx Terms of Service Agreement\n\nThis is very cumbersome, and if you configure the tag in a locale message, there is a possibility XSS vulnerabilities due to localize with v-html=\"$t('term')\".\nYou can avoid it with using i18n functional component. For example:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nthe following ouput:\n\n \n \n I accept xxx Term of Service.\n \n \n\n\nAbout the above example, see the example\nThe children of i18n functional component is interpolated with locale message of path prop. In the above example, {{ $t('tos') }} is interplated with term locale message.\nIn above example, the component interpolation follows the list formatting. The children of i18n functional component are interpolated by their orders of appearance.\nAdvanced Usage\n\n 7.2+\n NOTE: In i18n component, text content consists of only white spaces will be omitted.\n\nNamed formatting is supported with the help of place attribute. For example:\n\n \n \n {{ changeLimit }}\n {{ $t('change') }}\n \n \n\n\nconst messages = {\n en: {\n info: 'You can {action} until {limit} minutes from departure.',\n change: 'change your flight',\n refund: 'refund the ticket'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n changeUrl: '/change',\n refundUrl: '/refund',\n changeLimit: 15,\n refundLimit: 30\n }\n}).$mount('#app')\n\nOutputs:\n\n \n \n You can change your flight until 15 minutes from departure.\n \n \n\n\n\n NOTE: To use named formatting, all children of i18n component must have place attribute set. Otherwise it will fallback to list formatting.\n\nIf you still want to interpolate text content in named formatting, you could define places property on i18n component. For example:\n\n \n \n {{ $t('refund') }}\n \n \n\n\nOutputs:\n\n \n \n You can refund your ticket until 30 minutes from departure.\n \n \n\n\n"},"sfc.html":{"url":"sfc.html","title":"Single file components","keywords":"","body":"Single file components\nBasic Usage\nIf you are building Vue component or Vue application with using single file components, you can manage the locale messages i18n custom block.\nThe following in single file components example:\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\n\n \n locale\n \n en\n ja\n \n message: {{ $t('hello') }}\n \n\n\n\nexport default {\n name: 'app',\n data () { return { locale: 'en' } },\n watch: {\n locale (val) {\n this.$i18n.locale = val\n }\n }\n}\n\n\nInstalling vue-i18n-loader\nYou need to install vue-loader and vue-i18n-loader due to use custom blocks. While vue-loader most likely is already used in your project if you are working with single file components, you must install vue-i18n-loader additionally:\n$ npm i --save-dev @kazupon/vue-i18n-loader\nWebpack\nFor Webpack the configuration below is required:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n loaders: {\n // you need to specify `i18n` loaders key with `vue-i18n-loader` (https://github.com/kazupon/vue-i18n-loader)\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nVue CLI 3.0 (beta)\nVue-cli 3.0 hides the webpack configuration, so, if we want to add support to the tag inside a single file component we need to modify the existing configuration.\nIn order to do that we have to create a vue.config.js at the root of our project. Once done that, we have to include the following:\nconst merge = require('deepmerge')\n\nmodule.exports = {\n chainWebpack: config => {\n config.module\n .rule('vue')\n .use('vue-loader')\n .tap(options =>\n merge(options, {\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n })\n )\n }\n}\n\nDon't forget to install deepmerge! (npm i deepmerge -D or yarn add deepmerge -D)\nIf you want to read more about modifying the existing configuration click here.\nLaravel-Mix\nLaravel mix has its own rules for .vue files. To add the vue-i18n-loader, add the following to webpack.mix.js\nmix.webpackConfig({\n // ...\n module: {\n rules: [\n {\n // Rules are copied from laravel-mix@1.5.1 /src/builder/webpack-rules.js and manually merged with the ia8n-loader. Make sure to update the rules to the latest found in webpack-rules.js\n test: /\\.vue$/,\n loader: 'vue-loader',\n exclude: /bower_components/,\n options: {\n // extractCSS: Config.extractVueStyles,\n loaders: Config.extractVueStyles ? {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n scss: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader',\n fallback: 'vue-style-loader'\n }),\n\n sass: vueExtractPlugin.extract({\n use: 'css-loader!sass-loader?indentedSyntax',\n fallback: 'vue-style-loader'\n }),\n\n css: vueExtractPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n }),\n\n stylus: vueExtractPlugin.extract({\n use: 'css-loader!stylus-loader?paths[]=node_modules',\n fallback: 'vue-style-loader'\n }),\n\n less: vueExtractPlugin.extract({\n use: 'css-loader!less-loader',\n fallback: 'vue-style-loader'\n }),\n\n i18n: '@kazupon/vue-i18n-loader',\n } : {\n js: {\n loader: 'babel-loader',\n options: Config.babel()\n },\n\n i18n: '@kazupon/vue-i18n-loader',\n },\n postcss: Config.postCss,\n preLoaders: Config.vue.preLoaders,\n postLoaders: Config.vue.postLoaders,\n esModule: Config.vue.esModule\n }\n },\n // ...\n ]\n },\n // ...\n});\n\nYAML loading\ni18n custom blocks need to specify JSON format, also you can use YAML format by using pre-loader feature of vue-loader.\nthe i18n custom blocks below of YAML format:\n\nen:\n hello: \"hello world!\"\nja:\n hello: \"こんにちは、世界!\"\n\n\nWebpack conf the below:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n preLoaders: {\n i18n: 'yaml-loader'\n },\n loaders: {\n i18n: '@kazupon/vue-i18n-loader'\n }\n }\n },\n // ...\n ]\n },\n // ...\n}\n\nMultiple custom blocks\nyou can be used the locale messages with multiple i18n custom block.\n\n\n{\n \"en\": {\n \"hello\": \"hello world!\"\n },\n \"ja\": {\n \"hello\": \"こんにちは、世界!\"\n }\n}\n\n\nIn the above, first custom block load the common locale message with src attribute, second custom block load the locale messge that defined only at single file component. These locale messages will be merged as locale message of component.\nIn this way, multiple custom blocks useful when want to be used as module.\n"},"hot-reload.html":{"url":"hot-reload.html","title":"Hot reloading","keywords":"","body":"Hot reloading\nYou can watch for changes in localization files and hot reload changes into your application.\n// Something locale messages\nconst messages = {\n // ...\n}\n\n// VueI18n instance\nconst i18n = new Vuei18n({\n locale: 'en',\n messages\n})\n\n// Run app\nconst app = new Vue({\n i18n,\n // ...\n}).$mount('#app')\n\n// Hot updates\nif (module.hot) {\n module.hot.accept(['./en', './ja'], function () {\n i18n.setLocaleMessage('en', require('./en').default)\n i18n.setLocaleMessage('ja', require('./ja').default)\n // Or the following hot updates via $i18n property\n // app.$i18n.setLocaleMessage('en', require('./en').default)\n // app.$i18n.setLocaleMessage('ja', require('./ja').default)\n })\n}\n\n"},"lazy-loading.html":{"url":"lazy-loading.html","title":"Lazy loading","keywords":"","body":"Lazy loading translations\nLoading all of your translation files at once is overkill and unnecessary. Lazy loading or asynchronously loading the translation files is really easy when using Webpack.\nLets assume we have a project directory similar to the one bellow\nour-cool-project\n-dist\n-src\n--routes\n--store\n--setup\n---i18n-setup.js\n--lang\n---en.js\n---it.js\nThe lang folder is where all of our translation files will reside. \nThe setup folder is where our arbitrary setup files like the i18n-setup, global component inits, plugin inits and other reside.\n//i18n-setup.js\nimport Vue from 'vue'\nimport VueI18n from 'vue-i18n'\nimport messages from '@/lang'\nimport axios from 'axios'\n\nVue.use(VueI18n)\n\nexport const i18n = new VueI18n({\n locale: 'en', // set locale\n fallbackLocale: 'en',\n messages // set locale messages\n})\n\nconst loadedLanguages = ['en'] // our default language that is prelaoded \n\nfunction setI18nLanguage (lang) {\n i18n.locale = lang\n axios.defaults.headers.common['Accept-Language'] = lang\n document.querySelector('html').setAttribute('lang', lang)\n return lang\n}\n\nexport function loadLanguageAsync (lang) {\n if (i18n.locale !== lang) {\n if (!loadedLanguages.includes(lang)) {\n return import(/* webpackChunkName: \"lang-[request]\" */ `@/lang/${lang}`).then(msgs => {\n i18n.setLocaleMessage(lang, msgs.default)\n loadedLanguages.push(lang)\n return setI18nLanguage(lang)\n })\n } \n return Promise.resolve(setI18nLanguage(lang))\n }\n return Promise.resolve(lang)\n}\n\nIn short we are creating a new VueI18n instance as we normally would. Then we are creating a loadedLanguages array that will keep track of our loaded languages.\nNext is the setI18nLanguage function that will actually change the language in our vueI18n instance, axios and where ever else is needed.\nThe loadLanguageAsync function is what we will actually use to change the languages. Loading the new files is done via the import function, which is generously provided by Webpack and it allows us to load files dynamically, and because it uses promises we can easily wait for the loading to finish.\nYou can learn more about the import function in the Webpack documentation.\nUsing the loadLanguageAsync function is straight forward. A common use case is inside a vue-router beforeEach hook.\nrouter.beforeEach((to, from, next) => {\n const lang = to.params.lang\n loadLanguageAsync(lang).then(() => next())\n})\n\nWe could improve this by checking if the lang is actually supported by us or not, call reject so we can catch that in the beforeEach stopping the route transition.\n"},"migrations.html":{"url":"migrations.html","title":"Migrations","keywords":"","body":"Migrations\nGlobal config\nlang replaced\nUse VueI18n class constructor locale option, or VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nfallbackLang replaced\nUse VueI18n class constructor fallbackLocale option, or VueI18n#fallbackLocale property:\n const i18n = new VueI18n({\n locale: 'ja',\n fallbackLocale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change fallback locale\n i18n.fallbackLocale = 'zh'\n // or\n app.$i18n.fallbackLocale = 'zh'\n\nmissingHandler replaced\nUse VueI18n class constructor missing option, or VueI18n#missing property:\n const i18n = new VueI18n({\n // ...\n missing: (locale, key, vm) => {\n // handle translation missing\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change missing handler\n i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n // or\n app.$i18n.missing = (locale, key, vm) => {\n // handle translation missing\n }\n\ni18nFormatter replaced\nUse VueI18n class constructor formatter option, or VueI18n#formatter property:\n class CustomFormatter {\n format (message, ...values) {\n // something render logic\n return 'something string'\n }\n }\n\n const i18n = new VueI18n({\n // ...\n formatter: new CustomFormatter(),\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change custom formatter\n i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n // or\n app.$i18n.formatter = {\n format: (message, ...values) => {\n // something render logic\n return 'something string'\n }\n }\n\nGlobal methods\nVue.locale replaced\nUse VueI18n class constructor messages option, or VueI18n#GetLocaleMessage / VueI18n#setLocaleMessage methods:\n const i18n = new VueI18n({\n // ...\n messages: {\n en: {\n hello: 'hello world',\n // ...\n },\n ja: {\n hello: 'こんにちは、世界',\n // ...\n }\n },\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // get locale message\n const en = i18n.getLocaleMessage('en')\n en.greeting = 'hi!'\n // set locale message\n i18n.setLocaleMessage('en', en)\n // or\n const ja = app.$i18n.getLocaleMessage('ja')\n ja.greeting = 'やあ!'\n app.$i18n.setLocaleMessage('ja', ja)\n\nVue.t replaced\nUse VueI18n#t method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n i18n.t('greeting', { name: 'kazupon' }) // -> hi kazupon\n\nVue.tc replaced\nUse VueI18n#tc method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n apple: 'no apples | one apple | {count} apples'\n }\n },\n // ...\n })\n\n const count = 10\n i18n.tc('apple', count, { count }) // -> 10 apples\n\nVue.te replaced\nUse VueI18n#te method:\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n hello: 'hello world'\n }\n },\n // ...\n })\n\n i18n.te('hello') // -> true\n i18n.te('hallo', 'ja') // -> false\n i18n.te('hello') // -> true\n\nConstructor options\nlocales replaced\nUse messages of VueI18n class constructor option, or messages of i18n option (for Component option):\n const i18n = new VueI18n({\n locale: 'en',\n messages: {\n en: {\n greeting: 'hi {name}'\n }\n },\n // ...\n })\n\n // for Component\n const Component1 = {\n i18n: {\n messages: {\n en: {\n title: 'Title1'\n }\n }\n }\n }\n\nInstance properties\n$lang replaced\nUse VueI18n#locale property:\n const i18n = new VueI18n({\n locale: 'en',\n // ...\n })\n const app = new Vue({ i18n }).$mount('#app')\n\n // change locale\n i18n.locale = 'ja'\n // or\n app.$i18n.locale = 'ja'\n\nFeatures\nDynamic locale removed\nIf you need to dynamic set locale messages, you should implement the below:\n const i18n = new VueI18n({ locale: 'en' })\n const app = new Vue({\n i18n,\n data: { loading: '' }\n }).$mount('#app')\n\n function loadLocaleMessage (locale, cb) {\n return fetch('/locales/' + locale, {\n method: 'get',\n headers: {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }\n }).then((res) => {\n return res.json()\n }).then((json) => {\n if (Object.keys(json).length === 0) {\n return Promise.reject(new Error('locale empty !!'))\n } else {\n return Promise.resolve(json)\n }\n }).then((message) => {\n cb(null, message)\n }).catch((error) => {\n cb(error)\n })\n }\n\n app.loading = 'loading ...'\n loadLocaleMessage('en', (err, message) => {\n if (err) {\n app.loading = ''\n console.error(err)\n return\n }\n i18n.setLocaleMessage('en', message)\n app.loading = ''\n })\n\n"},"api.html":{"url":"api.html","title":"API references","keywords":"","body":"API references\nExtension of Vue\nVue constructor options\ni18n\n\nType: I18nOptions\nComponent based localization option.\n\nSee also: VueI18n class constructor options\n\n\nVue injected methods\n$t\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you specified key of list / named formatting local messages, you must specify values too. For values more details see Formatting.\n\n\n$tc\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{Locale} locale: optional\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nLocalize the locale message of key with pluralization. Localize in preferentially component locale messages than global locale messages. If not specified component locale messages, localize with global locale messages. If you specified locale, localize the locale messages of locale. If you will specify string value to values, localize the locale messages of value. If you will specify Array or Object value to values, you must specify with values of $t.\n\n\n$te\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key exists. In Vue instance, If not specified component locale messages, check with global locale messages. If you specified locale, check the locale messages of locale.\n\n\n$d\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nLocalize the datetime of value with datetime format of key. The datetime format of key need to register to dateTimeFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, it will have priority over locale option of VueI18n constructor.\nIf the datetime format of key not exist in dateTimeFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\n\n\n$n\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale} locale: optional\n\n\nReturn: NumberFormatResult\nLocalize the number of value with number format of key. The number format of key need to register to numberFormats option of VueI18n class, and depend on locale option of VueI18n constructor. If you will specify locale argument, it will have priority over locale option of VueI18n constructor.\nIf the number format of key not exist in numberFormats option, fallback to depened on fallbackLocale option of VueI18n constructor.\nIf the second key argument specified as an object, it should have the following properties:\n\nkey {Path}: optional, number format\nlocale {Locale}: optional, locale\nstyle {string}: optional, number format option\ncurrency {string}: optional, number format option\ncurrencyDisplay {string}: optional, number format option\nuseGrouping {string}: optional, number format option\nminimumIntegerDigits {string}: optional, number format option\nminimumFractionDigits {string}: optional, number format option\nmaximumFractionDigits {string}: optional, number format option\nminimumSignificantDigits {string}: optional, number format option\nmaximumSignificantDigits {string}: optional, number format option\nlocaleMatcher {string}: optional, number format option\nformatMatcher {string}: optional, number format option\n\nAny specified number format options will have priority over numberFormats of VueI18n constructor.\n\n\nInjected properties\n$i18n\n\nType: I18n\n\nRead only\nGet a VueI18n instance. If you are specify.\nIf you have specified an i18n option at component options, you will be able to get a VueI18n instance at the component, Otherwise, you will be able get root VueI18n instance.\n\n\nVueI18n class\nVuei18n class implement I18n interface of flowtype definitions\nStatic properties\nversion\n\nType: string\nvue-i18n version.\n\n\navailabilities\n\n 7.0+\n\n\nType: IntlAvailability\nWhether the following internationalization features are available:\n\n{boolean} dateTimeFormat: locale sensitive datetime formatting\n\n{boolean} numberFormat: locale sensitive number formatting\nThe above internationalization features are depends on the browser environmens, due to implement with ECMAScript Internationalization API (ECMA-402).\n\n\nConstructor options\nYou can specify the below some options of I18nOptions constructor options of flowtype definitions\nlocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nDefault: 'en-US'\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nDefault: {}\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nDefault: {}\nThe datetime formats of localization.\n\nSee also: DateTimeFormats type of flowtype definitions\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nDefault: {}\nThe number formats of localization.\n\nSee also: NumberFormats type of flowtype definitions\n\n\nformatter\n\nType: Formatter\n\nDefault: Built in formatter\nThe formatter that implemented with Formatter interface.\n\n\nmissing\n\nType: MissingHandler\n\nDefault: null\nA hander for localization missing. The handler gets called with the localization target locale, localization path key and the Vue instance.\nIf missing hander is assigned, and occured localization missing, it's not warned.\n\n\nfallbackRoot\n\nType: Boolean\n\nDefault: true\nIn the component localization, whether to fall back to root level (global) localization when localization fails.\nIf false, it's warned, and is returned the key.\n\n\nsync\n\nType: Boolean\n\nDefault: true\nWhether synchronize the root level locale to the component localization locale.\nIf false, regardless of the root level locale, localize for each component locale.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: Boolean\n\nDefault: false\nWhether suppress warnings outputted when localization fails.\nIf true, supress localization fail warnings.\n\n\nProperties\nlocale\n\nType: Locale\n\nRead/Write\nThe locale of localization.\n\n\nfallbackLocale\n\nType: Locale\n\nRead/Write\nThe locale of fallback localization.\n\n\nmessages\n\nType: LocaleMessages\n\nRead only\nThe locale messages of localization.\n\n\ndateTimeFormats\n\n 7.0+\n\n\nType: DateTimeFormats\n\nRead only\nThe datetime formats of localization.\n\n\nnumberFormats\n\n 7.0+\n\n\nType: NumberFormats\n\nRead only\nThe number formats of localization.\n\n\nmissing\n\nType: MissingHandler\n\nRead/Write\nA hander for localization missing.\n\n\nformatter\n\nType: Formatter\n\nRead/Write\nThe formatter that implemented with Formatter interface.\n\n\nsilentTranslationWarn\n\n6.1+\n\n\nType: boolean\n\nRead/Write\nWhether suppress warnings outputted when localization fails.\n\n\nMethods\ngetLocaleMessage( locale )\n\nArguments:\n\n{Locale} locale\n\n\nReturn: LocaleMessageObject\nGet the locale message of locale.\n\n\nsetLocaleMessage( locale, message )\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nSet the locale message of locale.\n\n\nmergeLocaleMessage( locale, message )\n\n6.1+\n\n\nArguments:\n\n{Locale} locale\n{LocaleMessageObject} message\n\nMerge the registered locale messages with the locale message of locale.\n\n\nt( key, [locale], [values] )\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array | Object} values: optional\n\n\nReturn:: TranslateResult\nThis is the same as the Function returned with $t method. More detail see $t.\n\n\ni( key, [locale], [values] )\n\n 7.0+\n\n\nArguments:\n\n{Path} key: required\n{Locale} locale: optional\n{Array} values: optional\n\n\nReturn:: TranslateResult\n\n\ntc( key, [choice], [values] )\n\nArguments:\n\n{Path} key: required\n{number} choice: optional, default 1\n{string | Array | Object} values: optional\n\n\nReturn: TranslateResult\nThis is the same as the Function returned $tc method. More detail see $tc.\n\n\nte( key, [locale] )\n\nArguments:\n\n{string} key: required\n{Locale} locale: optional\n\n\nReturn: boolean\nCheck whether key path exists in global locale message. If you specified locale, check the locale message of locale.\n\n\ngetDateTimeFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: DateTimeFormat\nGet the datetime format of locale.\n\n\nsetDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nSet the datetime format of locale.\n\n\nmergeDateTimeFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{DateTimeFormat} format\n\nMerge the registered datetime formats with the datetime format of locale.\n\n\nd( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number | Date} value: required\n{Path | Object} key: optional\n{Locale | Object} locale: optional\n\n\nReturn: DateTimeFormatResult\nThis is the same as $d method of Vue instance method. More detail see $d.\n\n\ngetNumberFormat ( locale )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n\n\nReturn: NumberFormat\nGet the number format of locale.\n\n\nsetNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nSet the number format of locale.\n\n\nmergeNumberFormat ( locale, format )\n\n 7.0+\n\n\nArguments:\n\n{Locale} locale\n{NumberFormat} format\n\nMerge the registered number formats with the number format of locale.\n\n\nn( value, [key], [locale] )\n\n 7.0+\n\n\nArguments:\n\n{number} value: required\n{Path | Object} key: optional\n{Locale} locale: optional\n\n\nReturn: NumberFormatResult\nThis is the same as $n method of Vue instance method. More detail see $n.\n\n\nDirectives\n\n 7.3+\n\nv-t\n\nExpects: string | Object\n\nDetails:\nUpdate the element textContent that localized with locale messages. You can use string syntax or object syntax. string syntax can be specified as a keypath of locale messages.\nIf you can be used object syntax, you need to specify as the object key the following params:\n\npath: required, key of locale messages\nlocale: optional, locale\nargs: optional, for list or named formatting\n\n\nExamples:\n\n\n\n\n\n\n\n\n\n\n\n\n\nSee also: Custom directive localization\n\n\nComponents\ni18n functional component\n\n 7.0+\n\nProps:\n\npath {Path}: required, keypath of locale messages\nlocale {Locale}: optional, locale\ntag {string}: optional, default span\nplaces {Array | Object}: optional (7.2+)\n\nUsage:\n\n \n \n {{ $t('tos') }}\n \n \n\n\nconst messages = {\n en: {\n tos: 'Term of Service',\n term: 'I accept xxx {0}.'\n },\n ja: {\n tos: '利用規約',\n term: '私は xxx の{0}に同意します。'\n }\n}\n\nconst i18n = new VueI18n({\n locale: 'en',\n messages\n})\nnew Vue({\n i18n,\n data: {\n url: '/term'\n }\n}).$mount('#app')\n\nSee also:\nComponent interpolation\nSpecial Attributes\nplace\n\n 7.2+\n\nExpects: {number | string}\nUsed on component interpolation to indicate which index of list formatting or key of named formatting.\nFor detailed usage, see the guide section linked below.\nSee also:\nComponent interpolation\n"}}}
\ No newline at end of file
diff --git a/gitbook/en/installation.md b/gitbook/en/installation.md
index 6bdd2f189..16aa2db79 100644
--- a/gitbook/en/installation.md
+++ b/gitbook/en/installation.md
@@ -7,7 +7,7 @@
https://unpkg.com/vue-i18n/dist/vue-i18n
-[unpkg.com](https://unpkg.com) provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.4.2/dist/vue-i18n.js
+[unpkg.com](https://unpkg.com) provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like https://unpkg.com/vue-i18n@7.5.0/dist/vue-i18n.js
Include vue-i18n after Vue and it will install itself automatically: