Git Product home page Git Product logo

Comments (8)

kazupon avatar kazupon commented on May 21, 2024 1

I've just released out 9.0.0-beta.12
fixed i18n interface install type missing.
please check it!

from vue-i18n-next.

Alymbek avatar Alymbek commented on May 21, 2024

I just updateed to beta-11 and getting below error message:

Module build failed (from ./node_modules/@intlify/vue-i18n-loader/lib/index.js):
TypeError: vue_i18n_1.baseCompile is not a function

from vue-i18n-next.

npm-ued avatar npm-ued commented on May 21, 2024

@cexbrayat me too

from vue-i18n-next.

npm-ued avatar npm-ued commented on May 21, 2024

vue-i18n 9.0.0-beta.11
vue 3.03

from vue-i18n-next.

kazupon avatar kazupon commented on May 21, 2024

I just updateed to beta-11 and getting below error message:

Module build failed (from ./node_modules/@intlify/vue-i18n-loader/lib/index.js):
TypeError: vue_i18n_1.baseCompile is not a function

As mention at #222, In beta.11, I released the re-packed modules with monorepo to solve the CSP problem.

I'm working on bundle loader /plugins.

from vue-i18n-next.

hezechang avatar hezechang commented on May 21, 2024

me too

Argument of type 'I18n<{}, {}, {}, true>' is not assignable to parameter of type 'Plugin_2'.
Property 'install' is missing in type 'I18n<{}, {}, {}, true>' but required in type '{ install: PluginInstallFunction; }'

from vue-i18n-next.

kayahasa avatar kayahasa commented on May 21, 2024

me too
src/main.ts:50:9
TS2345: Argument of type 'I18n<{ en: { darkmode: string; }; ja: { darkmode: string; }; }, unknown, unknown, true>' is not assignable to parameter of type 'Plugin_2'.
Property 'install' is missing in type 'I18n<{ en: { darkmode: string; }; ja: { darkmode: string; }; }, unknown, unknown, true>' but required in type '{ install: PluginInstallFunction; }'.

from vue-i18n-next.

meddario avatar meddario commented on May 21, 2024

Hi,
this seems still relevant with version 9.0.0-beta.16:

Argument of type '{ i18n: I18n<{ en: { message: { hello: string; }; }; it: { message: { hello: string; }; }; }, unknown, unknown, true>; }' is not assignable to parameter of type 'Plugin_2'.
  Property 'install' is missing in type '{ i18n: I18n<{ en: { message: { hello: string; }; }; it: { message: { hello: string; }; }; }, unknown, unknown, true>; }' but required in type '{ install: PluginInstallFunction; }'.ts(2345)
runtime-core.d.ts(889, 5): 'install' is declared here.

Is there any workaround?

from vue-i18n-next.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.