RuiChen0101 / vue-tournament

Tournament brackets generator using Vue.
MIT License
14 stars 4 forks source link

what is the purpose of feedIn? #3

Open chengcih opened 1 year ago

chengcih commented 1 year ago

Hello, what is the purpose of feedIn ? Do you have any more detailed documents?

RuiChen0101 commented 1 year ago

You can use feedIn to display seeded round, I will update this in the readme

chengcih commented 1 year ago

image

After I added FeedIn, I got an error:

image

In addition, there is another problem, I use title, also does not work. image

chengcih commented 1 year ago

Am I using it the wrong way? Or is it the wrong version?

RuiChen0101 commented 1 year ago

I don't use Vue extend before, have you try this data with normal component?

chengcih commented 1 year ago

Sorry, I don't understand what you mean. I just learned vue recently, so I'm not very familiar with it.

chengcih commented 1 year ago

What I'm using right now, I think, is the normal component registration

RuiChen0101 commented 1 year ago

You can copy the example code in the readme and swap out my round data with yours to see whether it will work. I think your round data is correct but the way you use it is a little bit different.

chengcih commented 1 year ago

Ok, I'll try it now

chengcih commented 1 year ago

Hello, I'm through "npm install vue-tournament" after installation, can't get a "TournamentBracket.vue" file

chengcih commented 1 year ago

Hello, I have solved it, the reason is that the npm warehouse is not the latest code, I downloaded your code to the local "npm run build ", and then copied it into my project, there is no problem. If you have time, you can update the npm repository. Thanks!

Jadddxx commented 3 months ago

@chengcih I have encounter same problem, can you explain more detail about this? is you copy 'dist' file into your project public file?