Open chengcih opened 1 year ago
You can use feedIn to display seeded round, I will update this in the readme
After I added FeedIn, I got an error:
In addition, there is another problem, I use title, also does not work.
Am I using it the wrong way? Or is it the wrong version?
I don't use Vue extend before, have you try this data with normal component?
Sorry, I don't understand what you mean. I just learned vue recently, so I'm not very familiar with it.
What I'm using right now, I think, is the normal component registration
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.
Ok, I'll try it now
Hello, I'm through "npm install vue-tournament" after installation, can't get a "TournamentBracket.vue" file
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!
@chengcih I have encounter same problem, can you explain more detail about this? is you copy 'dist' file into your project public file?
Hello, what is the purpose of feedIn ? Do you have any more detailed documents?