VUE INSTANCE Meaning in Japanese - translations and usage examples

vueインスタンス

Examples of using Vue instance in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Step 1: Create a Vue instance.
ステップ1:Vueインスタンスを作成。
The root Vue instance the router was injected into.
Routerが注入されるrootのVueインスタンス
Assert Wrapper is Vue instance.
WrapperがVueインスタンスか検証します。
Note: Inside of a Vue instance, you have access to the router instance as$router.
注意:Vueインスタンスの内部では、$routerとしてルーターインスタンスにアクセスできます。従って、this.$router。
Wrapper. vm// the mounted Vue instance.
Wrapper.vm//マウントされたVueインスタンス
Injecting content into Vue instances works similar to when doing this in standard Vue apps.
Vueインスタンスへのコンテンツの注入は、通常のVueアプリケーションと同様に動作します。
Add the store option to the root Vue instance.
StoreオプションをルートのVueインスタンスに追加します。
Injecting context into Vue instances works similar to when doing this in standard Vue apps.
Vueインスタンスへのコンテキストの注入は、通常のVueアプリケーションと同様に動作します。
Instead, it is provided in every Vue instance as this.
その代わりに、すべてのVueインスタンスにはthis。
Instead of exporting it directly from a module and importing it across your app, you need to create a fresh instance in createApp andinject it from the root Vue instance.
モジュールから直接エクスポートしアプリケーションにインポートするのでは無く、createAppで新しいインスタンスを作成し、ルート(root)Vueインスタンスから注入する必要があります。
CreateWrapper creates a Wrapper for a mounted Vue instance, or an HTML element.
CreateWrapperはVueインスタンスまたはHTML要素に対するWrapperを生成します。
If you need the function in the context, Vue instances and maybe even in the Vuex store, you can use the inject function, which is the second parameter of the plugins exported function.
Context内やVueインスタンスだけなくVuexストア内でも関数が必要な場合inject関数を使用することができます。この関数は、プラグインとして公開する関数の第2引数です。
Note the Wrapper must contain a Vue instance.
WrapperにはVueインスタンスを含む必要があることに注意してください。
You can inject those variables into Vue instances(client side), the context(server side) and even in the Vuex store.
そのような変数をVueインスタンス(クライアントサイド)やコンテキスト(サーバーサイド)、さらにVuexストアへ注入することが可能です。
Component(read-only): This is the Vue instance.
Component(読み込み専用):これはvueのインスタンスです。wrapper。
Returns component name if Wrapper contains a Vue instance, or the tag name of Wrapper DOM node if Wrapper does not contain a Vue instance..
WrapperにVueインスタンスが含まれている場合はコンポーネント名を返し、そうでない場合はWrapperDOMノードのタグ名を返します。
Assert every Wrapper in WrapperArray is Vue instance.
WrapperArrayの全てのWrapperがVueインスタンスであるか検証します。
In a client-only app, we would create the root Vue instance right in this file and mount directly to DOM.
クライアントアプリケーションでは、このファイルにルートVueインスタンスを作成し、DOMに直接マウントします。
To do that, you can pass custom mocks to the Vue instance.
これをするためには、Vueインスタンスにカスタムモックを渡すことができます。
Route// adds the mocked'$route' object to the Vue instance before mounting component.
Route//コンポーネントをマウントする前に、モックした$routeオブジェクトをVueインスタンスに追加します。
You can change the locale during runtime through the$vuetify object on the Vue instance.
実行時に、Vueインスタンスの$vuetifyオブジェクトを使用してロケールを変更できます。
Now the function can be used from context, via this in Vue instances and via this in store actions/mutations.
これでcontext、Vueインスタンス内でのthis、及びストアのactions/mutations内でのthisを通して、関数を使用することができます。
Each mounted wrapperautomatically records all events emitted by the underlying Vue instance.
マウントされた各ラッパは、基になるVueインスタンスによって発行されたすべてのイベントを自動的に記録します。wrapper。
As seen in the basic example,we are creating a new root Vue instance for each request.
基本的な例としては、私たちはリクエストごとに新しいルートVueインスタンスを作成します。
You can also pass a propsData object,which will initialize the Vue instance with passed values.
渡された値でVueインスタンスを初期化するpropsDataオブジェクトを渡すことができます。
Destroys a Vue component instance.
Vueコンポーネントインスタンスを破棄します。
Results: 26, Time: 0.0314

Word-for-word translation

Top dictionary queries

English - Japanese